html rollover where text or image appears?

  • Thread starter Thread starter John
  • Start date Start date
J

John

Guest
Does anyone have an example of html code for a rollover that will result in text or an image appearing?

Thank you,

John
an example would be http://www.htmlgoodies.com/beyond/css/article.php/3470411. I don't understand how they did that.
 
That's just really basic CSS...
Set a class on your links (or define the link with a parent div ID or some such) and then in the CSS set a different state/pseudo class for the links, namely, active, link, visited and more importantly, hover...
If you want to do a roll over image, the easiest thing to do is use Dreamweaver or whatever to do it for you...
 
Back
Top