Skip to content Skip to sidebar Skip to footer

Internet Explorer Centering Div Issue

I got some code which centers a div in a middle of the webpage. The code works great on chrome, but for some reason, on IE(I think it's 9 or 10) it works for the first time, and th

Solution 1:

if you're already using jQuery, why not use jQueryUI for the dialog?

anyway if you want to go the normal way why not use the awesome position:absolute method?

this also applies to a div and is compatible with IE7+, with the plus of this being a CSS-only thing.

Post a Comment for "Internet Explorer Centering Div Issue"