Scott Thigpen wrote:
> So I'm using suckerfish now for this site
> www.sthig.com/unisource
> 
> all works well but nothing operates in IE6.  Also, it's pushed my right hand
> column off too...I don't know what gives.  Could someone help please? (I'm
> kind of in a panic, too)

IE6 doesn't support :hover. Hence the sfhover.js script which adds a 
sfhover class as a replacement. Of course, that won't help you if you 
don't target the same CSS at both :hover and .sfhover, and you don't:

> li:hover ul, li.over ul {
>       display: block;
> }
> #nav li:hover ul, #nav li.sfhover ul {
>       left: auto;
> }



--
Benjamin Hawkes-Lewis
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to