-2
votes
0answers
26 views

how to get scroll bar for flash file while using in web services [closed]

I am having a SWF file (flash file) I want to use in my web service with scroll bar. I am embedding my flash file using iframe tag but unable to get a scroll bar though It has multiple pages.
3
votes
1answer
114 views

How do you remove the scrollbars on timeline.js iframe?

I tried posting this to the timeline.js Google group but it got deleted. I'm seeing scrollbars on the outer iFrame on the plugin's website (http://timeline.verite.co) and on our test site. When ...
0
votes
0answers
60 views

Can't get rid of iframe scrollbars in IE

This project I'm working on has a simple iframe, like so: <iframe class="container" width="382" height="232" src="http://www.someurl.com/cool_image_34.jpg"></iframe> Every version of ...
1
vote
0answers
221 views

Kendo UI Dropdown inside iframe - scrollbar is not visible

I have a Kendo UI Dropdown inside a webpage, this page is displayed using an iframe in another page.The list has around 100 items. I am not able to see the scrollbar for the dropdown list. The whole ...
0
votes
1answer
171 views

Scrolling doesn't work in iframe in div

I'm not very good at coding and this time I couldn't even find an answer from the Internet. I've made an iframe and placed it inside a div. I want to scroll what's inside the iframe, but for some ...
0
votes
0answers
154 views

How to fix scrolling down bug in iframes (button goes down to nowhere)

The code works fine in JSFIDDLE, both in Mozilla and IE. But when I paste this code in my facebook iFrames tab, I get crazy scroll down in IE/Chrome (Mozilla works fine just like in JSFIDDLE). Can ...
1
vote
0answers
91 views

(IE bug in Facebook Iframes; Scroll down like crazy) Need help to fix my html/css button

The code works fine in JSFIDDLE, both in Mozilla and IE, but when I paste this code in my facebook iFrames tab, I get crazy scroll down in IE/Chrome (Mozilla works fine just like in JSFIDDLE). What's ...
0
votes
0answers
17 views

iframe scrollbar disabled except for one

i've got a very big website with 50+ pages (yes 50) all the pages load in an iframe with scrolling disabled, however now i've added a forum which exceeds the size of the iframe... i've tried several ...
0
votes
0answers
159 views

embed an external website without scrollbar

Is there a way to seamlessly embedded an external website? I am trying to embed an external site into mine. The direction on the external site is to use iframe to embed their site. So I tried it and ...
0
votes
0answers
148 views

CargoCollective/Tumblr Iframe issues [closed]

I've been trying to fix this anoying little problem for the last few hours and thought it's time to ask some advice... I've setup a tumblr blog which i've embedded into a cargo collective page using ...
1
vote
1answer
475 views

two iframe's in one page, the 2nd iframe to auto height

I am trying to achieve auto resizing of the 2nd iframe in this code, Any help would be appreciated. CSS * { margin: 0; padding: 0 } html, body { height: 100%; width: 100%; ...
0
votes
1answer
220 views

Chrome hides iframe scrollbar when you display google maps

I want to display a google map in IFrame with scrollbar. <!DOCTYPE HTML> <html> <head> <title></title> </head> <body> A website <br /> ...
0
votes
1answer
191 views

Accessing multiple scroll bars using selenium

How to perform actions on the scroll bar present in an iFrame? Issue 1: I need to click on the link present in an iFrame which is displayed on scrolling the vertical bar. But when I try to click the ...
1
vote
0answers
217 views

Hiding iframe horizontal scrollbar under safari

On my iframe, i want to hide the horizontal scrollbar while keeping the vertical scrollbar. I have used style="overflow-x: hidden;" It works with firefox but doesn't work with safari. Is there ...
0
votes
1answer
42 views

Why does frame use scrollbar?

I have a webpage which contains a frame. The frame displays a scrollbar, why? The code for the file that contain the frame: enter link description here The code for the file that the frame display: ...
0
votes
0answers
94 views

iframe + user control + scroll bar

ok here goes.. i got a iframe placed in my webform. using achors tags i am able to load various webforms into the iframe. The problem is: one of the webform that is loaded in the iframe is ...
0
votes
1answer
353 views

Embed web page into another website (Custom scrollbar)

This might be a bit odd to explain but here goes: I am trying to embed a tumblr blog into a website so they can update their own schedule and they want to use the actual page itself. Initially we ...
1
vote
1answer
591 views

iFrame Scrollbars

Yet another cross-domain iFrame question! I've search everywhere and believe this is impossible, so here goes: The scrollbars of an iframe are part of that iframe's window element, so because of the ...
0
votes
1answer
617 views

Iframe in lightbox and how to turn off scrolbars from main window

I have a lightbox at my website. It is a shadowbox script which opens me an iframe. The iframe has it's own scrollbars at the right. Is there any way to turn off the scrollbars from main/top window?
0
votes
0answers
153 views

Make contents of iFrame move based on scrollbar of browser

This may not be possible at all, but here's hoping... I am loading an external site into an iFrame. I know it is not possible to dynamically adjust the height of the iFrame based on the content of ...
0
votes
2answers
726 views

How to resize a website which appears in an iFrame?

How can we resize a website which appears in an iFrame ? Is it possible if the website is wider than the Facebook page to make it appear a bit smaller so that we can see it all ? Here is the code I ...
6
votes
1answer
17k views

Make iframe automatically adjust height according to the contents without using scrollbar?

For example: <iframe name="Stack" src="http://stackoverflow.com/" width="740" frameborder="0" scrolling="no" id="iframe"> ... </iframe> I want it to be able to adjust its height ...
0
votes
0answers
258 views

margin auto with and without scroll bar in chrome and firefox not the same

I read some question before but could not find out the answer solved this problem at all. I have to area one of this contain an iframe and other display player to play music. I'm using margin auto and ...
0
votes
2answers
693 views

Iframe full height in a wordpress page problems (without scroll bar)

Am trying to get this code <iframe src="http://www.play-asia.com/paOS-38-19-0,,none,0,0,0,0,trans,000000,left,0,0-49-en-76-5-70-dhf7-6-2-78-2i-90-f8z9-33-iframe_banner-40-6-44-100%2525.html" ...
0
votes
2answers
1k views

Facebook Iframe Scroll Bar Issue on Chrome

I'm using a facebook app as a tab on a facebook page. The problem I'm having is with removing the scroll bars that appear around the iframe, specifically with Google Chrome on a Mac running Lion. The ...
0
votes
1answer
331 views

iFrame content squeezed into a scrollbox in IE

I am experiencing a problem with a dynamically sizing iFrame. Essentially it works perfectly in IE 7,8,9 but only in Quirks mode and runs correctly in chrome and firefox. So my problem relates to ...
0
votes
1answer
991 views

Can you style an iframe scrollbar without access to the iframe's css?

I am displaying the "like box" from Facebook (http://developers.facebook.com/docs/reference/plugins/like-box/) on a website. All the scrollbars on the website have a custom look to them except for ...
1
vote
1answer
546 views

Hiding horizontal scrollbar of IFrame in Facebook Application

I was looking for solutions, but most of it was outdated or doesn't work correctly. At the of of my document (main file of FB application - index.php), I have added: <script> window.fbAsyncInit ...
0
votes
1answer
298 views

issue with jquery-ui draggable() inside of iframes

i explain u my problem: i have a hidden iframe in a page. on a click i load via ajax some content inside a div located inside the iframe. the links to the scripts are inside the source of the iframe. ...
0
votes
3answers
3k views

Horizontal Scroll Bar appearing on Page Tab

how can I remove horizontal scroll bar appearing on page tab. I had a designer create the reveal page and am uncertain what to change to the html file to make the scroll disappear. It is the welcome ...
0
votes
1answer
558 views

Problem adding vertical scroll bar to iFrame

I have added a vertical scroll bar to my iFrame which is created through JS. The iFrame contents are set dynamically i.e user can add fields to this iFrame.when the height of the frame goes beyond the ...
1
vote
1answer
849 views

Can I synchronize the scrollbars of two iframes? [duplicate]

Possible Duplicate: How to synchronize scrolling positions for several iframes I have one HTML page containing two iframes. I want to synchronize the scroll bars of both the iframes. ...
1
vote
2answers
5k views

IFrame scroll bars not coming on Chrome

I am using an IFrame to make show some content from some other domain. The problem is that I can use a specified height and width (which I am using) and the content inside the IFrame cannot be ...
2
votes
3answers
2k views

Facebook iFrame app - getting rid of vertical scrollbars?

I've converted a Facebook app from FBML to iFrame (with PHP SDK) and now have vertical scrollbars displayed for the same amount of content I had before (a logo, a flash game and a line with 3 links ...
2
votes
2answers
12k views

Iframe - Vertical Scrolling Only

I have an iframe. I need a cross-browser solution to ensure that only the vertical scrollbar is visible, regardless of the width of the iframe's contents. My solution already has a dependency on ...
1
vote
1answer
328 views

Iframe Scroll bar is not moving

I have created an Iframe with following attributes. <iframe id='modalIframeId' width='100%' height='100%' name='modalIframeId' marginWidth='0' marginHeight='0' frameBorder='0' scrolling='auto' ...
7
votes
6answers
13k views

Facebook: Howto remove vertical scrollbar of iFrame in Application Tab

I've finished up my facebbok App and currently got stuck when watching the application as an facebook application tab....: the vertical scrollbar is displayed. Actually I've used the following code ...
0
votes
2answers
386 views

scrollbar iframe in javascript

I would like to add a scrollbar when the contents of the iframe is too large and does not appear. I am trying the following: parent.iframepage.style.height = "350px"; ...
0
votes
2answers
1k views

Forcing horizontal scroll in iFrame in IE6 when loaded page is suppressing

Have a client with a kiosk app that loads a major hotel's site in an iframe in IE6. The page is wider and longer than the iframe. Setting scrolling="yes" or scrolling="auto" results in scrollbars ...
30
votes
3answers
57k views

Hide vertical scrollbar on an iframe?

I need to hide the horizontal scollbar on an iframe using css, jquery or js.
0
votes
1answer
939 views

Flex 3, iFrame, Scrollbars

I'm using an iFrame in a Flex 3 project. The problem is that if the user opens my site in a small browser window, they don't get scrollbars. How can I solve this problem? Is there a way to force the ...
0
votes
1answer
365 views

Theming the iframe scroller bar

All, In our web application, we have an iFrame that loads SVG. The browser automatically add the scroller bar when the user zooms into the SVG using the controls in our web application. Now we want ...
2
votes
1answer
1k views

JavaScript - Detecting Scrollbars in a Cross-Domain Iframe?

I'm loading a cross-domain page (that I have no control over) into an iframe. I want to know if this results in a scrollbar appearing in the iframe on my page or not. I'm getting the impression that ...
1
vote
1answer
1k views

Scrollbar to Top of iFrame Container Div on Each Page Load?

I have an iframe with external content that is scrolled from a parent div (the iframe has a large height, while the iframe container div has a smaller height). As a result, when I scroll to the ...
2
votes
1answer
6k views

iframe-based facebook app gets unwanted scroll bars with a smaller windows size

I have this Facebook application profile page: http://www.facebook.com/developers/editapp.php?app_id=122313254494566#!/apps/application.php?id=122313254494566 which is associated with my ...
0
votes
2answers
128 views

Why iframing yahoo.com can have no scrollbar whatsoever, but iframing google.com will have scrollbar?

the code is <iframe scrolling="no" src="http://www.google.com" width="200" height="100"></iframe>hello there is no way to get rid of the scrollbar? (should work in all IE 7, 8, FF, ...
2
votes
3answers
8k views

Why Chrome does not show CSS ::-webkit-scrollbar scrollbar for iframe?

Why Chrome does not show CSS ::-webkit-scrollbar scrollbar for iframe? Demo http://jsfiddle.net/laukstein/C9s3P/ <iframe scrolling="yes" style="overflow-x:hidden; overflow-y:scroll; width:150px; ...
4
votes
2answers
26k views

Remove vertical scroll bar, keep horizontal scroll bar in iframe in Chrome

I have an iframe for which I would like to enable a horizontal scroll bar, but disable the vertical scroll bar. I have the iframe styled as such: overflow-y:hidden; overflow-x:auto; This works just ...
2
votes
1answer
215 views

Controlling scrolling in iframe

Can you help me with my problem regarding iframe because whenever the iframe is scrolled till end, and the user clicks a control inside the page within iframe, and page content is on the top of the ...
3
votes
5answers
12k views

How to get rid of the double scroll bar problem when using an iframe

I've seen this problem on the web, and all the suggested solutions aren't working for me, so I thought I'd come here. I have a page that has an iframe. The top of the page is a dropdown menu, the rest ...

1 2