View Single Post
03-04-2008, 10:19 AM
#7
G-Sun is offline G-Sun
Status: Member
Join date: Feb 2008
Location: Norway
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

G-Sun is on a distinguished road

  Old

Thanks all!


I would advise against using a class altogether and instead use a nested list. It makes more sense semantically. Just target ".list_container ul ul" to get the entire sub list.
Thanks Szandor! That made everything look perfect!


Also, you would do good to validate your document. It contains a whole bunch of errors right now and I think most could be avoided by correcting just one of them, the misplaced <body> tag at the bottom of the document.
I'll start validation now. But I didn't see the misplaced <body> tag..
Ok, I got it. It was my footer, a php include document, that was with header and body. Removed those tags -and no errors..
Wonderful
Thanks!!