Interview Question in Sharepoint Web Parts
Question :: How to disable scroll bar in Page Viewer Web part;s iframe |
I am building a site using sharepoint services 3.0. I want to display a Particular Page from my sharepoint site into a different page that is also in that sharepoint site. For example, the page that I want to show is "Sample.aspx" and the page where I want "Sample.aspx" to be placed as an <iframe> is "Master.aspx." Now I have created the "Sample.aspx" and it doesnt have a height more than 100px. In order to create a <iframe> I used the Page Viewer web part and located http://server/Sample.aspx and set the height to 800px so that its enough for the <iframe> to show the Sample.aspx without have to show a scroll bar. Now this works fine in internet explorer but when you browse using FireFox, you can see a huge 800px scroll bar which is not supposed to be there because the sample.aspx page has a smaller height that is not bigger than 100px.
Now, how can I remove the scroll bar from displaying in Firefox? |
|
|
|

Loading ...