Buddypress Home Theme – IE Fix
-
Hi guys..
I was working for an InternetExplorer fix for Buddypress Theme.
The Problem is the following:
– If you smaller the browser, avatars and some other objects are losing their positions
– After refreshing browser objects are at right positions
Now what I’ve done to fix that problem:
header.php
<body>
<div id=”wrapper” class=”clearfix”>
base.css
html {
background: #fff;
font: 62.5% normal “Lucida Grande”, “Lucida Sans Unicode”, “Lucida Sans”, Tahoma, Verdana, Arial, sans-serif;
}
body {
font-size: 1.2em;
background: #fff;
color: #555;
line-height: 170%;
text-align:center;
}
#content-wrap {
overflow:hidden;
height:100%;
}
#wrapper {
text-align:left;
width:750px;
margin:0 auto;
padding:0 10px;
overflow:hidden;
height:100%;
}
div.clear {
clear: both;
}
Now for me everything works fine with IExplorer!!!
If it works for you guys too, than be glad (;
- The topic ‘Buddypress Home Theme – IE Fix’ is closed to new replies.