Re: [suggestion] Allow DIV inside any element

On Sun, 29 Apr 2007 22:49:47 +0100, Schalk Neethling  
<schalk@alliedbridge.com> wrote:

> In this regard why not have classes to identify each dt or li?
>
> <dl>
>         <dt class="dt-one">lorem</dt>
>         <dd class="dt-one">ipsum</dd>

CSS3 already has selectors for this (:nth-of-type/:nth-child).

-- 
regards, Kornel Lesinski

Received on Sunday, 29 April 2007 22:29:19 UTC