Tagged Questions
The bgiframe tag has no wiki summary.
4
votes
2answers
1k views
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 ...
1
vote
1answer
114 views
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
...
1
vote
2answers
415 views
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 <select> block is getting displayed over the suggestions list in IE6 only.
It ...
1
vote
1answer
344 views
jquery Autocomplete with bgiframe not working with scrollbars
Right now I have a text area with autocomplete. When the autocomplete results come up, the scrollbar and the borders are not being covered by bgiframe. The border is black. But on the left the gray ...
1
vote
2answers
1k views
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 ...
1
vote
1answer
509 views
bgiframe does not work on FireFox
I have a problem when display a jquery dialog over an applet image viewer (or ActiveX image viewer) (the size of applet larger than jquery dialog)
$("#dialogDiv").dialog({
...
...
1
vote
1answer
2k views
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 ...
0
votes
2answers
38 views
Jquery-UI Autocomplete suggetions OverLaping in IE-6
I am working withjquery ui autocomplete v.18.16 and jquery v1.7 it working fine in all browsers except IE 6. below AutoComplte TexBox , i have combo box. these combo Box vales are overlaping the auto ...
0
votes
1answer
150 views
iframe z-index in ie8
Hi sorry every one my English is not good! I am using an iframe for a video. Above the iframe there is a dropdown menu, it is working well in firefox but in ie8 dropdown goes to underneath the iframe. ...
0
votes
2answers
413 views
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, ...
0
votes
4answers
1k views
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 ...
0
votes
1answer
108 views
onclick detection on bgiframe in jquery
I am trying to find way, to detect onclick event on bgiframe if possible.
The reason behind this is,
since i am using a jquery dialog in ie6, with bgiframe plugin included.
I am not able to bind the
...
0
votes
1answer
1k views
bgiframe appears in front of jquery modal dialog's overlay in IE6
When I look at jquery ui's demo modal dialog (http://jqueryui.com/demos/dialog/#modal) in IE6 the bgiframe is appearing on top of the background overlay. So instead of seeing a black/gray stripe ...
0
votes
0answers
369 views
What CSS/Script is stopping “bgiframe” from working in IE6 on this page?
Does anyone have the expertise to quickly figure out why jquery bgiframe's plugin is not working on this page? The code is basically the exact code from the dialog plugin demo page.
...
0
votes
4answers
11k views
How to use JQuery UI datepicker with bgIframe on IE 6
I am trying to use the JQuery UI datepicker (latest stable version 1.5.2) on an IE6 website. But I am having the usual problems with combo boxes (selects) on IE6 where they float above other controls. ...