Forum Moderators: open

Message Too Old, No Replies

Rollovers

         

Tobin83

6:33 pm on Mar 15, 2006 (gmt 0)

10+ Year Member




Hey guys, I'm not sure if this belongs in the CSS or HTML folder. I think HTML.

I have an issue with rollover images. I have a navbar that is vertically aligned on the right hand side, and to the left of it I have some open space.

I want the user to be able to rollover the image of the particular page in the navbar and have it highlight, as well as open up a box to the left with a preview of what the page is.

I was thinking of making the highlight of nav text and the box be one image, but make it transparent so you can't see the space between. Is there another way of doing this?

Tobin83

7:13 pm on Mar 15, 2006 (gmt 0)

10+ Year Member



I have this code that I got offline as an example. Is this what I need?

mplete code for the second RollOver on a page
<A href="rollover.htm" OnMouseOver="image2.src='mouse2.gif'" OnMouseOut="image2.src='mouse1.gif'"><img src="mouse1.gif" name="image2" border="0" height="60" width="53" alt="Copy and Paste the Rollover Code"></A>