Log in

View Full Version : problem with 3 column CSS



snooper
06-05-2007, 11:10 PM
hi folks.

the following URL works fine with IE7 and FF, but the middle column drops in IE6.

www.midresh**etmoriah.org/default2.asp (pls remove stars)


can anyone suggest a solution?

Thanks in advance!

alexjewell
06-05-2007, 11:26 PM
I would create a 1px high invisible div, in this case at the bottom of the page as not to create any space between the top of the page and the header. It would go right at the end, before the </body>. Make it 760px wide, the width of your container. That way, there's a solid element stretching that wide, preventing anything that width and thinner from dropping off. Make sense?

snooper
06-06-2007, 03:39 PM
thanks, but that didnt seem to do the job :(

alexjewell
06-06-2007, 03:47 PM
Is the content within these divs stretching them wider than they're supposed to be?

snooper
06-06-2007, 09:35 PM
no

but it looks like i found a solution remove the margin for the center col, and replace it with float: left

thanks anyway