Linking a hover div
Posted: Thu Jun 17, 2010 5:00 pm
I was just wondering if this method is a best practice.
<a href=""> <div id="hoverDiv"></div> </a>
It works, and I don't have to use <img> tags. I don't know if it passes w3schools validation and I don't know of I would change even if it didn't. You guys have any thoughts?
<a href=""> <div id="hoverDiv"></div> </a>
It works, and I don't have to use <img> tags. I don't know if it passes w3schools validation and I don't know of I would change even if it didn't. You guys have any thoughts?