I am using a jQuery UI Dialog to pop-up some supplementary information on one of my pages. For some reason, in Chrome 11 and Firefox 4, the titlebar is ridiculously tall. For
Just add the below attribute to the dialog's parent class, to solve this dialog header issue
.ui-dialog { clear: both; }