Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



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

Posts: 62
Trades: 0
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
 
 
Register now for full access!
Old 09-23-2004, 11:17 PM
WebcyteDesign's Avatar
Registered User

Posts: 159
Location: Hamilton
Trades: 0
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, 08:56 AM
ejumblesale's Avatar
Extreme Talker

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

<a href="#" onClick="forward();"><img src="sdasdasd"></a>
__________________

Please login or register to view this content. Registration is FREE
- The Internet Jumble Sale,

Please login or register to view this content. Registration is FREE
- Personal space containing interesting articles and information on downloadable scripts

Please login or register to view this content. Registration is FREE
- Free link exchange directory and PPC advertising scheme

Please login or register to view this content. Registration is FREE
- The ejumblesale forums
ejumblesale is offline
Reply With Quote
View Public Profile Visit ejumblesale's homepage!
 
Old 09-25-2004, 11:20 AM
Skilled Talker

Posts: 62
Trades: 0
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.13303 seconds with 12 queries