Click to See Complete Forum and Search --> : CSS align problem


dsmets
09-03-2005, 12:45 PM
i'm an idiot about this stuff. trying to do this site as a favor. can't figure out why the nav div will not align all the way to the left. i tried negative px and nothing?

the site http://www.theresolved.com/temp/rogertemp.htm
the css http://www.theresolved.com/temp/roger.css

any help would be awesome.
thx.

drhowarddrfine
09-03-2005, 01:28 PM
You need to do padding:0 on the ul. I forgot why setting #nav to 0 doesn't work.

dsmets
09-13-2005, 06:14 PM
the ul? sorry, i don't understand.

Kravvitz
09-13-2005, 07:11 PM
The <ul>.

#nav ul {
padding: 0;
}