Ross Hulford wrote:
> Hi I am using the suckerfish with things like 
>
> li a:hover{
> text-decoration:none;
> color:#ACD9F4;
> }
>
>
>   li ul {
>   display: none;
>   position: absolute; 
>   top: 1.3em;
>   width:2em;
>   left: 16px; 
>
>
>  }
>
> but I want to use li's later on in the page and but when I try nd use them 
> they inherit some of these properties is there a way to ignore all 
> inheritance. When I try and define them specifically
>
>
> #mydiv li {
>
> color:blue;
>
> }
>
> i works but it inherits all the other values and places the li half way dwon 
> the page. I initially did define all the suckerfish values with #header 
> before them as they are in the header but changed it.
>   

Why? I say change it back. :-) Give the list that forms the drop-down 
menu an id of #nav or something and use descendant selectors starting 
with this id to target just that one list.

Zoe

-- 
Zoe M. Gillenwater
Design Services Manager
UNC Highway Safety Research Center
http://www.hsrc.unc.edu


______________________________________________________________________
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