Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Website Critique Re: Website Critique

#106186
AntonNiklasson
Participant

How come you have got all of your page wrapped in a div with id of ‘header’?

Another thing: Heres the #page-wrap declaration from your stylesheet:

#page-wrap {
width: 960px;
width: 100%;
min-height: 100%;
height: auto !important;
margin-top: 0;
margin-right: auto;
margin-left: auto;
}

width: 960px is totally unnecessary in this case. Just a brief look thru the style.css, but I guess you could “optimize” your CSS a bit more.