Quote Originally Posted by mediathing View Post
Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.

funfancydressDOTcom
Thanks
Pete
You made your sidebox 9px larger, but did not adjust the css at all. Find the section starting at:

.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}

and make all the 165px's and the 150px's 9px larger.