> On this page http://www.pagemakers.dk/divtest/test.htm�
> I have a problem viewing in IE 6. On the left side there 
> is about 10-15 px space between #navcontainer and #footer 
> and I can't figure out why. 
> (CSS here http://www.pagemakers.dk/divtest/mouseriders.css)

Hi Kim,

It seems to be the default margins on p in the content div
Try adding the style
#content p {
        margin:0;
        padding:8px 0;
}

Removing the margins and adding padding to space out paragraphs.

I would also add a height to your left navcontainer, instead of using
repeated p elements to make it extend down.

Regards, 
Jason


*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************

Reply via email to