Scrollbar not working in dialog box.
I'm trying to get a scrollbar to show in a dialog box. I've tried a variety of settings with no luck. It also seems to be ignoring the height value. The box just gets taller with no scroller.
Using: IE7
jQuery 1.4.2
jQuery UI 1.8.1
Any ideas? Thanks
-
$(document)
.ready(function() { oDetail
= $detail = $('<div id="detailID" scrolling="auto"></div>') .dialog({ autoOpen
: false, width
: 850, height
: 400, position
: 'center', resizable
: 'false', draggable
: true });