Lauri Pantos wrote:
> Hi. What do we have in the style sheet that makes this on the left of the 
> screen instead of the center
> http://www.somtndesign.com/indexlpak.html
>
>
> Thanks.
> Lauri
> -----
>
>   
 





The absolute positioning.

.padbcont_BannerSMD { background-color: red;
margin: 0 auto; <<< add
 /*position: absolute;*/ <<< delete
 /*top: 60px; */  <<< delete
 /*margin-left: 100px;*/<<< delete
}

.twocolcont_liquid2 { background-color: fuchsia;
    margin: 0 auto; <<< add
    /*position: absolute; */ <<< delete
    /*top: 115px; */  <<< delete
    /*margin-left: 100px;*/ <<< delete
 }


Best,

~dL

-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to