I've a problem where my images flow away after i did added an banner has the following css code
Code: Select all
#topbar{
position:absolute;
padding: 2px;
background-color: #F4F3B3;
visibility: hidden;
z-index: 100;
}
HTML Code
Code: Select all
<div id="topbar">
<a href="" onClick="closebar(); return false"><img src="images/close.gif" alt="blah" border="0" /></a>
ads goes here
</div>
now the images on IE below the banner flow away and after i make refresh it back again
i've tired to change
position:absolute;
to fixed/relative ..ect but it will effect the banner since it moves down with the scroll
thanks in advance