June 21, 200818 yr Hi All, I would really appreciate some help with a problem with a liquid design on: www.hvweb.co.uk/aw/VTS If the browser is resized then the DIV-content starts moving. I have tried all that I can and can;t seem to fix it. Please help. Regards, Jack
June 21, 200818 yr Hi All, I would really appreciate some help with a problem with a liquid design on: www.hvweb.co.uk/aw/VTS If the browser is resized then the DIV-content starts moving. I have tried all that I can and can;t seem to fix it. Please help. Regards, Jack Your CSS file looks all over the place... hard to figure out the layout. But try this changing the width of #content to something like 500px in your CSS file : Ie as highlighted below : #content { overflow: hidden; width: 500px; background-color: #fff; height: 420px; float: left; font-family: "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif; font-size: 12px; } Good Luck Pointze
June 21, 200818 yr Author Hi - thanks for that! Yes - sorry - learning CSS and so it's abit of a jungle! Also your hint about the width helped! I think it was 1 or 2 pixels over which then caused it to wrap around! A very useful error for me to learn from. Ta Jack Your CSS file looks all over the place... hard to figure out the layout. But try this changing the width of #content to something like 500px in your CSS file : Ie as highlighted below : #content { overflow: hidden; width: 500px; background-color: #fff; height: 420px; float: left; font-family: "Lucida Grande" , "Segoe UI" , Arial, Helvetica, sans-serif; font-size: 12px; } Good Luck Pointze
Create an account or sign in to comment