Making a hidden image display on rollover (css)

If you're trying to build a standards compliant site, I wouldn't do the above.

You're not allowed to put a block element inside of an inline element.

Edit: However, you can put an inline element in an inline element and then set it to block.
Use span instead of div, then :)
 
Back
Top Bottom