Example page:

http://www.springfieldmo.gov/newsite/manager.html
http://www.springfieldmo.gov/newsite/reset.css
http://www.springfieldmo.gov/newsite/3col.css

The left hand navigation list should show a white background on hover
for all link items.  It does just that except for the last item
(class="last") in IE7 only.  In that browser, the hover state is
ignored.

I have traced the issue to this line in the reset.css:

.last a, .related .last a, .subNav {background-image:none;}

By saying I've traced it I simply mean that if I comment out that
line, the hover state re-appears.  Why would this be since that line
of code is only specifying background image?

Chris A.
______________________________________________________________________
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