Re: [css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
> Thierry wrote: Nope, because you said earlier "My nested list is under AutoCAD Tutorials", hence that's what the rule I sent targets. Because that nested list contains a single item "AutoCAD Tutorial Basic Training Video 1" Sorry, I have no clue what you are trying to achieve. I have AutoCAD

Re: [css-d] Two nested list problems

2010-10-05 Thread Thierry Koblentz
> > 2. Get my nested list indented. > > > Wrote: Thierry > > Try this: > #navlist #subnavlist li a { > padding-left:20px; > text-decoration:none; > cursor:default; > width:auto; > } > > > Thanks Theirry. I'm one step closer though, and learning, but not there > yet. > I

Re: [css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
> 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 c

Re: [css-d] Two nested list problems

2010-10-05 Thread Thierry Koblentz
> 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 comp

[css-d] Two nested list problems

2010-10-05 Thread Brian M. Curran
Hello, 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.)