Click to See Complete Forum and Search --> : Nested List navigation with sub-items


sheepo-designs
04-16-2006, 11:38 PM
I'm just wondering if I'm able to edit the massive indentation that is produced when there are sub-items in a nav-list.

Thanks!

bathurst_guy
04-16-2006, 11:48 PM
ul li ul li {
padding:0;
}

sheepo-designs
04-16-2006, 11:59 PM
Actually, I was searching around and came across a tutorial that'll guide me through the whooooole process of nested lists. http://css.maxdesign.com.au/listutorial/sub_introduction.htm

Thanks for your input Bathurst!