Hi Jagall
It almost drove me mad until I got the hang of it, but now it works brilliantly.
If I may quote "I suffered for my music, now it's your turn."
The clearFooter and footerWrapper divs are new template additions, and all of your footer content would go into the footerWrapper div, unless you determine otherwise.
Temporarily changing the background colors of all the divs may help visualise the layout better.
The trick to maintaing a vertical scroll bar, which prevents the layout from jumping about when loading the page, is to make the height of the footerWrapper div 1px larger than that of the clearFooter div, (ie 131px intead of the 130px shown).
To apply a maximum width to your pages for different screen widths, ensure this is in your body html and headerWrapper divs
Hope this helps.Code:width:100%; max-width:1300px; /* change to suit */



Reply With Quote
