I have a 3 column layout using CSS and for some reason my right column keeps getting pushed underneath the main content in the middle. The site is ArcadeArena.com
right column won't push contents over
If you are floating the DIVs, try placing the right content DIV above the center DIV. I recently ran into the very same problem and that solved it. Good luck!
right column won't push contents over
welll...that fixed the problem in IE but it's even worse now in mozilla
right column won't push contents over
Hi belovedone,
Sorry I'm a bit slow to reply I have been busy playing your games
The problem seemed to be the width of the center content when window size is small.
Something has to give somewhere as the content in the center table can only get so small.
You have a couple of options, one is to set the overflow on the center column to scroll or you could remove the table from the center column and have the content in floated divs so that when the column was too narrow one of the divs would drop to the next line.
This would be very fluid but may not be the look your after.