Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an iframe that is loading a HTML file with a table

It happens that the iframe is not wide enough for the table width and it displays a scrollbar.

I wanted to have a top bar with the window title but it will be limited by the frame width also I wanted to have a border around all the window but I can't make it work because any parent div I add will only fit the iframe width, so if I horizontally scroll the page it get all messed up.

I thought about removing scrollbars from the iframe, have a 100% width and height div as wrapper that would be scrollable but I can't do it either...

Can someone help me on this

The idea is have

<body>
<div id = mainfiv>
<div id = topbar style="width:100%; color:blue">
</div>
<table>
</table>
</div>
</body>

What I want is to remove scrollbars from iframe, add scroll bar on main div and make sure that the main div wrapps all the content... and don't let the table stay outside it size.

share|improve this question
Can you clarify whether your page is displayed in an iframe or a frameset? – Steve Fenton Nov 22 '11 at 17:04
it is on a iFrame – Killercode Nov 22 '11 at 17:06
thanks, I have edited your question to make that clear. You may now want to improve your accept rate if you can in order to encourage people to answer your question. – Steve Fenton Nov 22 '11 at 17:20
how can I improve it? – Killercode Nov 22 '11 at 17:30
1  
Take a look through your previous questions and if any of them have been answered hit the tick box. This effectively shows the world you have an answer. If you have a high accept rate, people feel they are more likely to get the credit if they answer your question. – Steve Fenton Nov 22 '11 at 17:33
show 1 more comment

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.