What jQuery modal popup or lightbox plugin works in IE7, IE8, IE9 Firefox, Chrome, Safari?

10,236

Colorbox is what you're looking for.

Share:
10,236
Wolfram Arnold
Author by

Wolfram Arnold

Sr. Engineering Manager, Machine Learning at Twitter – Distributed Systems Developer at Twitter – Rails Developer, Consultant & Trainer – Embedded Systems Developer – PhD in physics

Updated on June 04, 2022

Comments

  • Wolfram Arnold
    Wolfram Arnold almost 2 years

    We're looking to put a popup login window on the screen while dimming the background and disabling mouse clicks to it.

    We're using jQuery, and this is a Rails 3 application, and we're looking for a lean plugin.

    It's been bafflingly difficult to come up with a framework that supports IE7 and IE8 equally. The other browsers (Firefox, Chrome, Safari, IE9) haven't posed much of a problem.

    We'd also like to avoid using background image overlays, if possible, due to lateny concerns. For the same reason we don't want to load the whole effects library, if possible.

    Thoughts?

    Thanks,

    Wolf