I sliced a design today, but there is a little problem. The header and menu doesn't adjust it's position on a low resolution or if I scale the window. margin: auto; and <center> doesn't center! Anyone knows the problem? Here is the website http://www.animeonsen.com/test/ombi_site_chaukar_v3/ The style sheet http://www.animeonsen.com/test/ombi_site_chaukar_v3/style.css
I can't check the links now, however just pointing out which is not seems to be okay from your post 1. <center> is deprecated tag and should be avoided, Refer http://www.w3schools.com/tags/tag_center.asp 2. margin: 0 auto is the right way not margin: auto