> Re: http://www.draftingservices.com/autocad_tutorials.html
> 
> 
> 
> I'm trying to accomplish two things, and have been failing.
> 
> 1. Stop my nested list from inheriting the text decoration and cursor 
> styling. (I got this to partially work, but removed the code because 
> it didn't work completely.)
> 
> 2. Get my nested list indented.


Wrote: Thierry

Try this: 
#navlist #subnavlist li a {
        padding-left:20px;
        text-decoration:none;
        cursor:default;
        width:auto;
}

I wonder why you'd want to remove the cursor styling though



Thanks Theirry. I'm one step closer though, and learning, but not there yet.
I'm trying to get AutoCAD Tutorials and the nested link under it to behave
just like the other links in the list. Make sense now?
-Brian

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to