> Question: if I style the ul element the way I want it to appear for the
> sub-navigation, won't that make it unusable for other ul instances 
> where I want
> other styling? How can I style this one instance of a ul and still be able to
> use the ul element for other purposes with other styling?
>
>   
This suggestion might be completely unhelpful because I haven't seen the 
context of your sub-navigation, but if your sub-nav lists are descended 
from a nav-list (ie nested lists) you could target the sub-nav using...

ul ul {
    rules go here
    }

making sure your rules for the regular lists appear first (so not 
overwriting these others)

regards,
David
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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