I have a result-set in my dialog box that I would like to scroll (if the results span larger than the actual dialog height. I am doing this via the following method: $("#'||the_result_set_id||'").css({overflow:"scroll"});
This doesn't seem to be consistent with IE versus Mozilla. Is there a better solution for this, where I can get scrollars to appear for both browsers? Currently, the scrollbars are not appearing in IE.