Content forced below sidebar in IE Browser…
-
Hello All –
We have been trouble-shooting our WordPress site at:
https://www.WebHelperNow.comWe are still scratching our heads after trying several revisions to CSS for the site, it fails to display properly in IE, though in all other browsers it works fine. Here is the code in question:
#container {
width: 92%;
margin: 0 auto;
background-color: #ffffff;
padding: 0px 0px 0 0px;
border-right: 2px solid #C2C295;
border-left: 2px solid #C2C295;
border-top: 1px solid #c2c295;
border-bottom: 2px solid #c2c295;
}#content {
width: 70%;
background-color: #ffffff;
padding: 1.3em;
top: 137px;
text-align: left; }#sidebar {
float: right;
width: 180px;
margin-bottom: 35px;
background-color: #eae5be;
padding: .8em;
clear: none;
position: relative; }Any help will be appreciated.
Yours –
Scott
- The topic ‘Content forced below sidebar in IE Browser…’ is closed to new replies.