Forum Moderators: not2easy
#content {
width:270px;
height:615px;
background:#6a5126;
float:right;
margin: 0 5px 0 5px;
padding: 18px 18px 18px 18px;
display: inline;
}
I've also tried adding a conditional comment to my page as follows:
<!--[if IE]>
<style type="text/css">
#content {
width:260px;
height:600px;
}
</style>
<![endif]-->
I've never done this before but it doesn't seem to be working. Does anyone have any ideas how to fix this problem? I'm ready to pull out my hair with this IE glitch!
Thanks so much!
Edit/Delete Message
[edited by: engine at 8:55 am (utc) on April 7, 2008]
[edit reason] no urls, thanks [/edit]
The html can be viewed at this link <>
My entire CSS Style sheet is:
@charset "UTF-8";
/*---------- basic styling -----------*/
* {
margin: 0px;
padding: 0px;
}
body {
background-color:#a3a36d;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#wrapper {
position:relative;
width:774px;
height:1136px;
margin:0 auto;
text-align:left;
background-color:#cfc8b2;
}
#clear {
clear:both;
}
/*------ position container elements ---------------*/
#header {
position:relative;
background:*cfc8b2;
height:479px;
}
#banner {
height: 123px;
}
#flashbanner {
margin: 0 0 0 5px;
height: 356px;
}
#cruelmps {
width:224px;
height:650px;
background:#a39873;
float:left;
margin: 0 0 0 5px;
display: inline;
}
#crueltext {
width:190px;
height: 370px;
margin: 15px 5px 15px 15px;
padding: 0 12px 0 0;
overflow: auto;
}
#nicemps {
width:224px;
height:650px;
background:#a39873;
float:left;
margin: 0 0 0 5px;
display: inline;
}
#nicetext {
width:190px;
height: 370px;
margin: 15px 5px 15px 15px;
padding: 0 12px 0 0;
overflow: auto;
}
#content {
width:270px;
height:615px;
background:#6a5126;
float:right;
margin: 0 5px 0 5px;
padding: 18px 18px 18px 18px;
display: inline;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
font-weight: normal;
color: #FFFFFF;
}
.mptext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
font-weight: normal;
color: #000000;
font-style: normal;
}
ul {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #FFFFFF;
margin-left: 18px;
}
.footnote {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 15px;
font-weight: normal;
color: #FFFFFF;
}
/*------ take action elements ---------------*/
#actionwrapper {
position:relative;
width:774px;
height:974px;
margin:0 auto;
text-align:left;
background-color:#cfc8b2;
}
#actionbanner {
height: 278px;
}
#actionheader {
position:relative;
background-color:#cfc8b2;
height:401px;
width:774px;
}
#sidebar {
width:206px;
height:568px;
float:left;
margin: 0 0 0 6px;
background-color:#cfc8b2;
display: inline;
}
#actioncontent {
width:516px;
height:532px;
background:#a39873;
float:right;
margin: 0 5px 0 5px;
padding: 18px 18px 18px 18px;
display: inline;
}
ol {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 17px;
color: #000000;
margin-left: 18px;
}
[edited by: SuzyUK at 5:40 pm (utc) on April 7, 2008]
[edit reason] Please No URI's, see guidelines at top of forum [/edit]