>From: Dean Champeau <[EMAIL PROTECTED]>
>
>Can someone explain the difference between the following two selectors?
>
>ul#navmenu
>#navmenu ul

The first selects the specific unordered list that has the id navmenu (e.g. <ul 
id="navmenu">).
The second selects any/all unordered lists that are descendants of #navmenu 
(e.g. <div id="navmenu">...<ul>...</ul>...</div>).

-Ann





______________________________________________________________________
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