Karl Bedingfield wrote: > I have been reading with interest this page > (http://www.cssnewbie.com/example/style-unordered-lists/#five) and > would love to achieve example 5 (it uses :hover pseudo-class) to work > with IE6. Does anyone know of a way to create this effect that would > also work with IE6? >
:hover only works for A tags across all browsers, so stick an A in the LI and apply hover changes to the A instead. Here is an example from my old job that is what you want I believe: http://www.gofishcorp.com/roller/corp/category/press -Adam Ducker (http://adamducker.com) ______________________________________________________________________ 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/
