HTML help! Rollover mouse change?

=^.^=

New member
i know there's code to get images to change to another image when you roll you mouse over it... i just cant seem to find it.....
help please?
i want to use it in my nav bar
 
Hi,

You could use the css:hover tag to switch the background image. Or something like assigning the element (div or cell) an id (ex. 'main') then calling onmouseover="main.src='images/rollover.jpg;'"
 
Back
Top