[jQuery] jqModal and scrollbars
Hello folks,
I've hit a block with my intro to jqModal and am seeking some help.
I need scrollbars in the modal window. I am loading content into the
modal window via AJAX and that content is "overflowing" out the
bottom of my screen. I tried restricting the height of the window
through jqModal's CSS in the hope that the scrollbars would then
appear, and while that did fix the height of the window, my content
still split outside of that window and off through the bottom of my
screen with no scrollbars in sight.
I notice that the iFrame example of jqModal has scrollbars, but I
cannot figure out how they are switched on.
The js code I'm currently using to get the modal window appearing is...
$('#jqMod').jqm({ajax: 'prolearn15_tb3.asp', trigger: 'a.jqModgo'});
Help appreciated.
Thanks,
Bruce