Dean Champeau wrote:
> ul#navmenu
>   
this will effect this:

<ul id="navmenu">
</ul>

Note that a general #navmenu {} style set will work the exact same.  
This just specifies it further to be that of a list containing this ID.
> #navmenu ul
>   
This will effect this:
<div id="navmenu">
<ul>
</ul>
</div>

(or another parent element, besides div)
______________________________________________________________________
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/

Reply via email to