http://dl.dropbox.com/u/13722201/Dorset%20Designs/index.html
As you will see when you resize the browser everything does centralise until the browser edge touches the main div and then only the navigation bar stays centralised.
I know this is a problem with my coding, but I cant find the problem.
here is the css as well
http://dl.dropbox.com/u/13722201/Dorset%20Designs/main.css
thanks in advance
Arran, 16
In your stylesheet just make the below edit, please find it below :-
Edit – The explanation:
As you have given the right and left value to
20pxhence its forcing the<div id="main">to move20pxfrom left side. Thats the reson a20pxspace was generating while you were resizing the browser to fit the div.