i have had a problem with a searchbox found on 99lessons , it is a facebook like searchbox
everytime i made a search, the results came up, but the frame below moved(if u know facebook, the results should show over the frame underneath)
i fixed it with some css, this worked only for chrome and others, but still dont work for ie
any help appreciated
here is where im having the problem:
http://find-me.biz/findme (on chrome:result=fine ie=grrrrrrrr!!!!!)
here the code:
html:
<div align="center"><div style="padding:6px; height:23px; background:#FF4242; width:1045px;#3b5998 ">
<div style=" width:300px; float:right; margin-right:30px" align="right">
<div id="apDiv1"><div id="display">
</div></div>
<input type="text" class="search" id="searchbox" /><br />
</div>
</div>
</div>
css:
#apDiv1 {
position:absolute;
width:250px;
z-index:1;
left: 859px;
top: 32px;
}
#display
{
position:absolute;
width:250px;
display:none;
float:right; margin-right:30px;
border-left:solid 1px #dedede;
border-right:solid 1px #dedede;
border-bottom:solid 1px #dedede;
overflow:hidden;
z-index:1;
background-color: #FFF;