| Posted by Sean on 01/08/08 23:00 
On Tue, 08 Jan 2008 16:38:16 -0600, Ben C wrote:
 > Something like this:
 >
 >     <div id="container">
 >         <h1><a href="foo">Heading</a></h1>
 >         <div><a href="foo">Text</a></div>
 >     </div>
 >
 >     #container:hover { background-color: yellow; color: magenta }
 >
 > The problem here though is that bits of the whole ensemble that you
 > can't actually click on will still light up under hover.
 >
 > And I think someone said :hover doesn't work in IE anyway.
 
 The above wouldn't work in IE6 or prior, as it only supports hover on a
 elements (a:hover).
 
 
 
 --
 Website: http://www.vaxius.net
 blog: http://blog.vaxius.net
  Navigation: [Reply to this message] |