thanks ricardo! i am another issue when using jscrollpanes in pages which are loaded in iframes. jscrollpane sets the width and height of the scrollpanecontainer to 0 and the height of the scrollpane to 0. although when i load the page outside of the iframe jscrollpane functions. this issue is inconsistent and there is no error thrown. do you have thoughts why this is happening? thanks!
ekene On Oct 6, 9:42 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > It is functioning, but the scrollbar overflows theiframe. Give theiframea > width of 292px and you'll see it. > > - ricardo > > On Oct 6, 4:06 pm, ekene <[EMAIL PROTECTED]> wrote: > > > i made two test html pages. > > > this is the link for the child page which > > callsjscrollpanehttp://ekeneijeoma.com/clients/lrany/recordTest.html > > > this is the script in the recordTest.html page > > $(document).ready(function(){ > > $('#record-scroll-pane').jScrollPane(); > > > }); > > > this is the link for the root/parent > > pagehttp://ekeneijeoma.com/clients/lrany/recordScrollPaneTest.html > > > does anyone see any issues related to why thejscrollpaneis not > > functioning? using firebug you can see that the divs forjscrollpaneare > > added to the dom but nothing is displayed. > > > -- > > View this message in > > context:http://www.nabble.com/jscrollpane-not-functioning-in-iframes-tp198399... > > Sent from the jQuery General Discussion mailing list archive at Nabble.com.