On Jan 23, 10:48 am, John Resig <jere...@gmail.com> wrote:
> > 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.
>
Tried that and had a backlash from my plugin users ;) I could leave it
in as an option though.
> > 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.
>
Sounds good, thanks for the tip.
On a similar note, I'm guessing that jQuery is going to see a lot of
folks trying to use the new $.support for browser detection, not
feature usage.
A document that discuses the differences between the two and some
alternative ways to deal with browser quirks might be in order.
-Eric
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---