Hi Bobby,

Thank you very much for your help.

Please excuse my typo where I inadvertantly put 'class' instead of  'one'.

Your solution below solves the main problem, it stops the bold style 
being applied to the nested list in IE7.

<ul>

    <li class="one">One</li>
    <li>
        <ul>
            <li class="two">One A</li>
            <li class="two">One B</li>
            <li class="two">One C</li>
        </ul>
    </li>
</ul>

However IE7 now inserts a gap between the first li and the second ul.



    * One
    *
          o One A
          o One B
          o One C

I'll play around with this later this evening.
And thanks for the info on ul and child elements.

Kind regards..........Dermot.




______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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