Reply
javascript slideshow button change
Old 09-23-2004, 05:47 PM javascript slideshow button change
Skilled Talker

Posts: 62
hello

a coupla days ago i followed a link from this forum to herehere .

this is exactly the kind of slideshow i wanna put on my site. but, i don't like the buttons.

i've been trying to figure out how to replace them with gifs. likewise for the "start over" text.

if anyone knows how to do this, you'd be itching a scratch i've been scratching for way too long.

bests

neil
neila is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 09-23-2004, 10:17 PM
WebcyteDesign's Avatar
Extreme Talker

Posts: 159
Location: Hamilton
Instead of this:

<input type="button" value="&lt;&lt;Back" name="B2" onClick="backward()">
<input type="button" value="Next&gt;&gt;" name="B1" onClick="forward()">

use this:

<input type="image" src="back_button.gif" name="btnBack" onClick="backward()">
<input type="image" src="forward_button.gif" name="btnForward" onClick="forward()">

it should still act as the previous buttons
WebcyteDesign is offline
Reply With Quote
View Public Profile Visit WebcyteDesign's homepage!
 
Old 09-24-2004, 07:56 AM
ejumblesale's Avatar
Extreme Talker

Posts: 240
Location: Kent
You could also use a hyperlink:

<a href="#" onClick="forward();"><img src="sdasdasd"></a>
__________________
ejumblesale.net - The Internet Jumble Sale,
designanthony - Personal space containing interesting articles and information on downloadable scripts
ejumblesale associates - Free link exchange directory and PPC advertising scheme
ejumblesale forums - The ejumblesale forums
ejumblesale is offline
Reply With Quote
View Public Profile Visit ejumblesale's homepage!
 
Old 09-25-2004, 10:20 AM
Skilled Talker

Posts: 62
thanks guys, it worked out.

i used jumblesales' a href method and i changed the "start over" text to a gif as well.

now what i want is the images to fade into one another instead of jumping quickly. i can't find the script for this anywhere...

thanks for your help.

neil
neila is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to javascript slideshow button change
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13554 seconds with 12 queries