> 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.
> 
> My nested list is under AutoCAD Tutorials.
> 
> Can anyone help?

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

--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
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