iFrames and the Curse of the Scrollbars

I have a problem exactly where every iFrame with a scrollbar has to get one going flat. Is there any way I can fix this
Thanks

Have people tried scrolling=" no"

Chris.

Then there will be no up and down scrollbar.

If you display me the program code I’ll be happy to check this stuff out for you.

Do this:


overflow-x: concealed;
overflow-y: scroll;

or

< model type=" text/css" >

overflow-x: concealed;
overflow-y: scroll;

< /style>

with your main file.

You could possibly get clipped content material though.

That’s a good option. I think that will work.

Allow me to know how you have on! Always good to acquire feedback.

Hmm… I didn’t even need to do that and they will disappeared…

This entry was posted in Web Design and tagged , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *