Ross Hulford wrote:
>  I have this.
> 
> 
> <div id="header"
>      
>     <div id="holder">
> 
>         <ul id="mylist">
>             <li> item 1</li> 
>             <li> item2</li>
> 
>         <ul>
> 
>         </div>
> 
>     </div>
> 
> 
> 
> what is the correct way to change the ul properties without effecting other 
> properties.

Change the properties for #mylist. You've tied that ID to your ul.

>  #nav.ul {
> }
> 
>  #nav ul {
> }
> 
> 
> and what (if any). Is the difference between #nav.li and #nav li ?

Consult the Selectoracle? I know that the second one selects all UL 
inside the container with the ID of #nav. I don't know what the first 
would select.

-- 
David
[EMAIL PROTECTED]
authenticity, honesty, community
______________________________________________________________________
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