Click to See Complete Forum and Search --> : IE6 problem


john noble
02-20-2008, 09:20 AM
Just reintalled Windows XP on my machine which came with IE6. My website does not render correctly.

See http://www.fraserburghbaptist.co.uk/

The main text does not appear at the top of the page rather right down at the bottom.


Any advice welcome.

Thanks,

J

matt.ritter
02-20-2008, 10:33 AM
you will need to change the style for right-col a bit.

#right-col {
text-align: left;
padding-left:15px;
float:left;
width:450px;
}

You will then also need to put a clearing div "<div style="clear:both"></div>
after the right col div.

That should do the trick.