From: "Larry Winfrey" <[EMAIL PROTECTED]>

>Page with problem --> http://nomad48.x10hosting.com/photogal.html
>CSS for page   --> http://nomad48.x10hosting.com/style.css

>in IE6 WinXP the
>:hover's stop working after a page refresh.  

IE seems not to like your - #container a.gallery:visited - selector. 

If you can write it a different way, such as = #container a:visited - or - 
#container .gallery:visited - (since those links have class attributes this 
still selects them) then IE should play nice with them when they've all been 
visited (page refresh).

hth,

~holly 
 
                   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to