Turn off Horizontal Scrollbar on iframe Popup

2,523 views
Skip to first unread message

Andy Page

unread,
Feb 11, 2011, 12:08:00 PM2/11/11
to fanc...@googlegroups.com
Hi again,

I have a link which displays an iframe popup in Fancybox.

How would I go about stopping the Horizonatal Scrollbar from displaying, but leaving the vertical one.

I only want the Horizontal to be hidden when the page is loaded via the iframe popup and not when the user goes directly onto that page.

Is that possible?

JFK

unread,
Feb 11, 2011, 2:42:19 PM2/11/11
to fancybox
add this option to your custom script

onComplete: function(){
$("#fancybox-frame").css({'overflow-x':'hidden'});

Andy Page

unread,
Feb 11, 2011, 6:44:11 PM2/11/11
to fanc...@googlegroups.com
Thank you very much.
Reply all
Reply to author
Forward
0 new messages