Hello all.

I have a nested list problem in IE7.

I want to highlight a selected item in a list by applying a bold style 
to the selected item,
but IE7 applies the bold style to not just the selected item but to 
everything within the
nested list also. Firefox and Safari work perfectly.

Hope this simplified code snippet makes the problem clear.

.class {
    font-weight: bold;
}


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

Any suggestions much appreciated.

Thank you very much.

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