Forum Moderators: open
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?
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>