>
>
>
> I'm reading a book, "CSS Mastery" by Andy Budd, and I've a problem with
> the child selector that I'm not able to solve.
> I've insered this example in a HTML page:
>
> HTLM CODE:
>
> <ul id="nav">
> <li>Home</li>
> <li>Servizi
> <ul>
> <li>Design</li>
> <li>Sviluppo</li>
> </ul>
> </li>
> <li>Contattaci</li>
> </ul>
>
> CSS:
>
> #nav > li {font-weight:bold;}
>
>
> In Firefox all the list is bold and not only the <ul id="nav">'s children.
> Where's the mistake?
..try this :
#nav > ul
______________________________________________________________________
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/