Šime Vidas wrote:
It violates the standard and you should avoid such practice.

Proper nesting:

<ul>
     <li>First
         <ul>
             <li>One</li>
             <li>Two</li>
         </ul>
     </li>
     <li>Second</li>
</ul>

Please, put a demo of the problem online...


It's perfectly ok to omit the <ul>'s in your css selector, but the HTML has to be like you posted, yes. It's not exactly clear from his post what cubefree did, though.

Jonathan
--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

Reply via email to