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;

Recommended Answers

All 2 Replies

Not sure I'm understanding your issue. What version of IE are you seeing this in, and could you post a screen shot of whats going on?

Here is what I see in IE 8. Does this look like what you're seeing?

Not sure I'm understanding your issue. What version of IE are you seeing this in, and could you post a screen shot of whats going on?

Here is what I see in IE 8. Does this look like what you're seeing?

my problem was in IE8
but clearing history on my laptop has solved the issue,..

thank you for your effort though

this thread can be closed

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.