Hi,
Is there an easy way to add a right column (and put a right module position in it) and stretch it for 1024 resolutions? I tried this but it did not work OK (some images need to change?):
Edit: I tried again, changed a few images, the css, the php file and it is done, see it at http://www.nonsmokersclub.com/
#container {
width: 960px!important;
width: 980px;
margin: 0 auto;
padding: 0 10px;
background: url(../images/container-bg.gif) #FFFFFF;
text-align: left;
}
#topnav {
width: 960px!important;
width: 980px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 0 10px 10px;
background: url(../images/topnav-bg.gif) repeat-x bottom left #585C68;
font-size: 12px;
text-align: left;