[jQuery] Re: How to use bgiframe 2.1.1 on all Windows browsers

2009-03-02 Thread DEfusion
I got the bgiframe script working in FF windows, but that doesn't fix the flash content shine through, neither did applying wmode="transparent" to the embed/object tag of the flash. On Mar 2, 12:42 pm, Wichert Akkerman wrote: > Previously Liam Potter wrote: > > > "Obviously the known fix for thi

[jQuery] Re: How to use bgiframe 2.1.1 on all Windows browsers

2009-03-02 Thread DEfusion
I got the bgiframe script working in FF windows, but that doesn't fix the flash content shine through, neither did applying wmode="transparent" to the embed/object tag of the flash. On Mar 2, 12:42 pm, Wichert Akkerman wrote: > Previously Liam Potter wrote: > > > "Obviously the known fix for thi

[jQuery] Re: How to use bgiframe 2.1.1 on all Windows browsers

2009-03-02 Thread DEfusion
I got the bgiframe script working in FF windows, but that doesn't fix the flash content shine through, neither did applying wmode="transparent" to the embed/object tag of the flash. On Mar 2, 12:42 pm, Wichert Akkerman wrote: > Previously Liam Potter wrote: > > > "Obviously the known fix for thi

[jQuery] How to use bgiframe 2.1.1 on all Windows browsers

2009-03-02 Thread DEfusion
We have a situation where we are using JQuery UI dialogs and on windows if one of these dialog boxes appears in front of Flash content then the Flash content will shine through. Obviously the known fix for this is to use an iframe layer between, which is what I thought the bgiframe option would do

[jQuery] $('.classname') returns NULL in IE

2009-01-13 Thread DEfusion
I have a document which is almost valid HTML (with the HTML 4 transitional doctype), the only warnings I'm currently getting are about ampersands in query strings. When I try $('.classname') in every browser I get the object expected, in IE 6 & 7 I get null, I've also tried $('#someId') and get t