However, in IE7, everything is bold and not black.
Why? What is the fix?


Replace

ol > li {font-weight:bold;font-size:120%;color:#710000}

with

ol li {font-weight:bold;font-size:120%;color:#710000}
ol li li {font-weight:normal;font-size:80%;color:black}

~Chetan

Thanks David and Chetan.
My apologies to the list.
I should have validated prior to posting.
Neither correcting the HTML nor the CSS fix suggested by Chetan alone seemed to fix the problem. However the two together seems to give me what I want.

Del


______________________________________________________________________
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