New varnernet.com front page…
It might violate standards, but by golly it looks better!
Standards violated: I put <div> elements in a bunch of <a>’s.
Why? Simple. Because it worked like I expected it to in FireFox and Internet Explorer 6.
I was able to use <div>:hover { }; to style the entire block element when the mouse was also in a :hover state for the <a> tags. The result is that the <div>s that contain the links act like links. You can hover and click on any spot in the
and you hit the link.
No more “oh, you didn’t click the _text_ in that ‘button’” behavior. Nice.
