Hi Andy,
The problem is in the CSS -- specifically, the width and height here:
.ac_results iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;
top:0;
left:0;
z-index:-1;
filter:mask();
width:3000px;
height:3000px;
}
I know this is supposed to work, and it does in some cases, but I've
always had to change the height and width to match those of the
element that needs to lay on top of select boxes. This is easy to do
for the width, since .ac_results has a fixed width of 200px. You
might have to get the height dynamically, though. Or you could try
something like height: 400px and hope that the list doesn't get
taller than that.
I had to do this kind of thing when I was updating the jQuery plugin
(which could really use another update to clean it up and make it
look more like other plugins). If you want to get some ideas from
that one, feel free:
http://www.learningjquery.com/2006/10/updated-plugin-jtip
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Dec 18, 2006, at 9:02 AM, Andy Matthews wrote:
I'm having an odd issue with the Autocompleter in IE.
http://www.dyve.net/jquery/?autocomplete
When I type something into the search box, presto, I get long
horizontal and
vertical scrollbars. After I select an option from the dropdown
list, the
scrollbars go away.
Is it possible to fix this issue? I don't think that this plugin
would be an
option for a live site until this issue has been addressed.
<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer
ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/