Questions tagged [bgiframe]

bgiframe fixes the

The background iframe (bgiframe) plugin provides a fix drop down form z-index issues in Internet Explorer 6. The bgiframe plugin works by pre-pending an iframe to the element. The iframe uses a class of bgiframe and is positioned below all the other children of the element.

19 questions
21
votes
4 answers

bgiframe plugin causes error in IE9

The uiquery plugin bgiframe (version 2.1.1) causes the following java script error in Internet Explorer 9: jquery.bgiframe.js, line 94 character 5 My menu does not work any more, I hope the reason is this error. Any ideas? ADDED: The line in…
Tillito
  • 7,718
  • 7
  • 34
  • 31
3
votes
2 answers

bgiframe with jQuery UI 1.8.9 Dialog and jQuery 1.5

So I am using jQuery UI's dialog box. But as I have a read there is a common bug within IE6 (which is unfortunate that I have to make sure this works for) where dropdown lists do not pay attention to z-index queues. I have also read that there is a…
Justin Rassier
  • 898
  • 12
  • 26
2
votes
1 answer

Displaying something over an inline PDF in Internet Explorer

I'm writing a little web application that has two things in it : At the top, there is a dropdown menu (sooo-called DHTML menus) Below that, there is an IFRAME to display the link that you click in the menu. To make the menu appear on top of the…
Dominic Goulet
  • 7,983
  • 7
  • 28
  • 56
2
votes
2 answers

How to put jQuery UI dialog on top of everything

I have not been able to find a direct and CURRENT answer to this. I am actually surprised that it even is an issue. We have a dropdown and an iframe OR an object (iframe and pdf fails in firefox, object and pdf does not like redirects in IE) on our…
mplungjan
  • 169,008
  • 28
  • 173
  • 236
2
votes
4 answers

jQuery UI Autocomplete with scrollbar z-index help

I have a textbox that I am attaching jQuery UI's Autocomplete functionality to and I am using CSS to give it a max height via the example here. My problem is that doing this causes the z-index problem that bgiframe solves to come back again, but in…
rpf3
  • 651
  • 1
  • 10
  • 21
1
vote
1 answer

Does the bgiframe plugin work with jQuery 1.3.x?

With jQuery 1.2.6 I would do the below and all was well $("#element").bgiframe(); But the only examples I have seen working with jQuery 1.3.x (shown below) $("#element").bgiframe = true; But the above does not work ... so does anyone have a new…
Toran Billups
  • 27,111
  • 40
  • 155
  • 268
1
vote
2 answers

Using BGIFRAME in IE6 with YUI Autocomplete

I am writing a simple HTML code which uses YUI autocomplete (to display suggestion as you type like Google). But a