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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create a ROLLOVER IMAGE?

Status
Not open for further replies.

goodcharlotte

Technical User
Nov 29, 2002
1
US
what's up. i am pretty new to all this HTML stuff. i need a code for a rollover image. i need it kinda detailed, like what to put where. if you can help me out, post something. :)
 
What are you using as your HTML editor?

Here's a sample using Dreamweaver MX

Code:
<body onLoad=&quot;MM_preloadImages('file:///C|/Inetpub/[URL unfurl="true"]wwwroot/Images/mmc.gif')&quot;>[/URL]
<a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Image1','','file:///C|/Inetpub/[URL unfurl="true"]wwwroot/Images/mmc.gif',1)&quot;><img[/URL] src=&quot;file:///C|/Inetpub/[URL unfurl="true"]wwwroot/Images/help.gif&quot;[/URL] name=&quot;Image1&quot; width=&quot;24&quot; height=&quot;24&quot; border=&quot;0&quot;></a>

<%=Tony%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top