I have designed a web page utilising HTML & CSS but have a problem with alignment?

Jamie

New member
When the page is loaded in my browser on my silly little 17" monitor it displays fine, but on a higher resolution screen or by zooming out to 75% on IE the website does not display central it left aligns.

I have designed my website using divs and have used the absolute command to position everything, in my CSS.

I set about making a div for the absolute positioned divs to sit in between, and then centering that div with all my content in but it doesn't work. The absolute positioned divs stay where they are, as if they aren't part of that new div.

So my question is, is there anyway I can make another div and simply use it to contain my whole website and keep the other divs as absolute positioning?

Any help greately appreciated:)
 
Back
Top