Getting the total height and width of all elements in a DIV
How could I use jQuery to get the total height and width of all
elements in a DIV including what results from their padding and margin
style settings?
I want to create a jQuery dialog that is automatically sized to fit
all elements in it without needing resizing as soon as dialog() is
called.