jquery dialogs in quirks mode doesn't set height correctly -


i writing jquery based widget go on company's website. when try set height of dialog via $('#dialog').height(450), sets dialog shorter. i'm able 450px high using 300 (i know, makes no sense). i've determine bug happens in ie8 in quirks mode. yes, know jquery doesn't support quirks mode. can't change doctype, since it's not website.

even though did worked, need understand why. there definitive guide how jquery works in quirks mode?

have applied padding dialog?

the box model rendered differently if you're using quirks mode.

see http://www.quirksmode.org/css/box.html


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -