Thursday, 15 September 2011

javascript - Hide/Remove scroll bar from Vanillamodal iframes -



javascript - Hide/Remove scroll bar from Vanillamodal iframes -

i'm using vanillamodal (http://cocopon.me/app/vanillabox/demo.html) generate iframes i'd able have scroll bars of iframe hidden. i've tried putting next css , adding overflow command script scrollbars still appear.

<li><a id="about-me" href="../about me/about me.html" >about me</a></li> iframe { overflow: hidden; } <script type="text/javascript"> $(document).ready(function() { // vanillaboxes $('html').css('overflow','hidden'); $('#about-me').vanillabox({ animation: 'none', closebutton: true, preferredwidth: 400, preferredheight: 300, repositiononscroll: true, type: 'iframe' }); }); </script>

you have right idea, needs inline of html. if provide fiddle or more info can @ further.

javascript css scroll modal-dialog hide

No comments:

Post a Comment