Hi All,
Is there a way to make my jqModal scrollable? I'm loading the content via ajax if that helps any?
I tried adding the overflow: scroll and the scroll bars show up but it's disabled and shows the entire content.
Any ideas?
Thanks, rodchar
Hi All,
Is there a way to make my jqModal scrollable? I'm loading the content via ajax if that helps any?
I tried adding the overflow: scroll and the scroll bars show up but it's disabled and shows the entire content.
Any ideas?
Thanks, rodchar
Check out jScrollPane. Looks pretty easy to use. You'd just call it after you've put the content into the div.
$('#selector').jScrollPane();
Or if you just want your jqModal panel to scroll when you use the page's scrollbar, you can change position:fixed to position:absolute in the jqModal CSS.