[css3 proposal]

Hi everyone!

I think it would be a usefull thing, if there were a way to react to the 
parent in CSS.

In the HTML source:
...
<ul>
    <li>text
       <ul>
          <li>text</li>
                ...
       </ul>
    </li>
    ...
</ul>
...

In the CSS, I could define a different background to those <li>s, where 
is a child <ul>. I don't have any idea, how to specify it in the CSS, 
but I think it's usefull.

Sorry, if don't understand for first, but I don't speak english as well 
as needed :)

Adam

Received on Friday, 17 September 2004 06:52:47 UTC