Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help With Rollover Button ...

Status
Not open for further replies.

RightTone

Technical User
Oct 15, 2003
3
GB
Thanks for the help mwolf00 - it worked a treat! Much appreciated.

Can anyone please help me with my other question ...

I would like to put my own rollover "Submit" button on the mailing list page too - what code do i need to do this?

the page once again:
Many thanks,

Rob.
 
<input type=&quot;image&quot; src=&quot;path/to/image.gif&quot; name=&quot;img1&quot; onmouseover=&quot;img1.src='path/to/rollover.gif&quot; onmouseout=&quot;img1.src='path/to/image.gif&quot;>


may need to change img1.src to more directly track in the form, ie &quot;document.formname.img1.src&quot;

[conehead]
 
actually,
Code:
onmouseover=&quot;
[red]this[/red]
Code:
.src='path/to/rollover.gif'&quot;
will work just dandy.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top