MyBB Community Forums

Full Version: ad header not displaying right in IE - css help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

have a banner in my header template - that is using valid css code below

#header_adimg {
float:right;
margin:-75px 0px 0px 0px;
padding-bottom:10px;
position:relative;
}

the banner is suppose stay right above the search link - top right corner
and it does in chrome and firefox - but ie displays the banner centered

suggestions?

It might be because you have it relative try using position:absolute; instead.