Barbara Dozetos wrote: > http://www.pcc.com/clients/uc/welcomenew.html > > FireFox, Safari, and even IE5 are presenting it properly. IE6 is > ignoring the a:hover borders. Frequenlty in IE6 a rule of the type: a:hover some_child_of_a { any_property.... } is ignored unless you also have a rule changing some property of the anchor itself: a:hover { only_some_properties_are_useful_here.... } A good solution in your case is to add: #nav a:hover { border-width: 0; } which doesn't change anything visually, but "wakes up" IE... Read a more detailed explanation here [1]. HTH, Bruno [1] <http://www.quirksmode.org/css/ie6_purecsspopups.html> ______________________________________________________________________ css-discuss [EMAIL-REMOVED]] 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/