[SOLVED] Content Wrap not working
Posted: Tue Sep 29, 2009 7:37 am
Hi all.
I'm trying to convert the Azulmedia stylesheet from Styleshout into a template for CMSMS.
When copying the text and css, the wrap / content wrap is not showing properly.
Wrap code:
Content wrap code:
I think the thing is in the Wrap, that should create the blue background for the whole layout
Can anyone tell me what I'm doing wrong?
Regards,
Arjan
I'm trying to convert the Azulmedia stylesheet from Styleshout into a template for CMSMS.
When copying the text and css, the wrap / content wrap is not showing properly.
Wrap code:
Code: Select all
#wrap {
background: #212B5C url(bg.jpg) repeat-x 0 0;
margin: 20px auto 0 auto;
text-align: left;
border-color: #444;
border-style: solid;
border-width: 1px 1px 5px 1px;
}
Code: Select all
#content-wrap {
clear: both;
margin: 0; padding: 0;
}
Can anyone tell me what I'm doing wrong?
Regards,
Arjan