Web Hosting Talk







View Full Version : Layout problems


stuffradio
12-27-2007, 11:56 PM
I made a layout with divs, and css. I used tables for some things like displaying some data. When the browser is resized, and I shrink the box the layout messes up. The boxes move etc. How can I fix this?

WebGuy36
12-28-2007, 09:01 PM
Do you have a link to the page so we can see what it is doing?

stuffradio
12-28-2007, 11:20 PM
http://phpwg.com/seropets/

awatson
01-02-2008, 12:42 PM
Removing "Float: left" from the CSS for the #content div - fixes it for me when testing with firebug.