[css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each li In FF, Opera and IE8, the numbered lines are bold and a color other than black.

Re: [css-d] Child Selector and IE7

2011-01-06 Thread Chetan Crasta
On Fri, Jan 7, 2011 at 7:57 AM, Del Wegener d...@delweg.com wrote: Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each li In FF, Opera and

Re: [css-d] Child Selector and IE7

2011-01-06 Thread David Hucklesby
On 1/6/11 6:27 PM, Del Wegener wrote: Good Evening: Please look at http://www.alliedcorrosion.com/products/manufacturer_introduction.php Click on List Test (top item on left menu) You will see an ordered list with an unordered list inside each li In FF, Opera and IE8, the numbered lines are

Re: [css-d] Child Selector and IE7

2011-01-06 Thread Del Wegener
However, in IE7, everything is bold and not black. Why? What is the fix? Replace ol li {font-weight:bold;font-size:120%;color:#71} with ol li {font-weight:bold;font-size:120%;color:#71} ol li li {font-weight:normal;font-size:80%;color:black} ~Chetan Thanks David and Chetan. My