Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: wpmu bbpress isntall showing correctly in mozilla but not in IE

Ok did some work got front-page to display correctly by putting in (div page). Put that in all the css files calling header, sidebar and footer. Didn’t help. Here is the basic div structure:

<div head>

</div>

<div page>

<div ncol>

</div>

</div>

<div footer>

</div>

header {

margin: 0px 0px;

padding: 0px;

display: block;

width: 778px;

height:195px;

background-color: #314D73;

background: url(‘images/header.jpg’) no-repeat bottom center;

border: 0px solid #CCCCCC;

cursor: pointer;

}

.page {

width: 778px;

margin: 1px 0px;

padding: 0px;

background-color: transparent;

border:0px solid #CCCCCC;

text-align: left;

float: left;

}

.ncol {

padding: 20px 0px 10px 23px;

width: 395px;

background:transparent;

float:left;

}

.footer {

font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;

line-height: 17px;

font-size: 0.8em;

margin: 0px 0px;

padding-bottom: 30px;

width: 778px;

height: 80px;

background: url(‘images/footer.jpg’) no-repeat bottom center;

border:0px solid #CCCCCC;

clear:both;

}

link is mysoberlife dot com/forums

Skip to toolbar