> > The css is:
> >
> > div#popup a span {display:none;}
> > div#popup a:hover span {display: block;
> >    position: absolute; top: 150px; left:330px; width: 300px;
> >    padding: 5px; margin: 10px; z-index: 100;
> >    color:#000000; background-color:ffffcc;
> >    font: 10px arial; text-align:left;border:1px solid #000000;
> >   }
> >
> > ...
> > Why doesn't it work in IE?
> >
> > Nancy
> 
> IE6 doesn't play well with the pseudo classes :hover etc. on anything but
the 'a' anchor tag.
> You can easily bring it into line with the help of a little piece of
javascript compliments of Suckerfish.
> http://www.htmldog.com/articles/suckerfish/hover/
> This code works for your example, you will see there is a change to your
rule for the hover....
> Duncan

Duncan, The script works perfectly, but I still don't understand why it
won't work in IE without the script since the hover is for the a tag.

Nancy

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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