Posted by julian_m on 02/14/06 11:14
Toby Inkster wrote:
> > What is div#roundedbox #top
>
> It would match:
>
> <div id="roundedbox"><p id="top">here</p></div>
> or
> <div id="roundedbox"><p><b id="top">here</b></p></div>
>
> but
>
> <div id="roundedbox"></div><p id="top">not here</p>
> and
> <p id="roundedbox"><b id="top">not here</b></p>
>
(Just to see if I understood)
However, It would match
<p id="roundedbox"><b id="top">not here</b></p>
If it had been
#roundedbox #top
Right?
regards - jm
Navigation:
[Reply to this message]
|