> Specifically, I have a modal dialog plugin which needs to "detect" IE6
> and IE7 in quirks mode. IE6 detection is needed for deciding whether
> or not to add an iframe behind the overlay to prevent element bleed-
> through.

This first one is real tricky. I'm not sure what a good solution might
be. Anyone have any thoughts?

The only "solution" that I can think of is to just bite the bullet and
put the iframe behind the overlay in every browser - but that's lame.

> And IE7 in quirks mode detection is needed to determine
> correct element positioning.

This one, on the other hand, is solvable. I'd recommend that you check
into the .offset() method to see some of th tricks that Brandon is
using the determine the bugs that are in the browsers.

--John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to