views:

119

answers:

2

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 fine in FireFox, but not Chrome. Is there any sort of workaround to get this to work in Chrome?

Update: I have transitioned into using a table cell with overflow, rather than an iframe. I don't know if this will make it easier or harder to work around that vertical scroll.

A: 

If you cant find anything else:

Put the height of the iframe to =>103%

See here:

http://forums.aspfree.com/web-layout-43/horizontal-scrollbar-iframe-removing-23237-2.html

It is workaround that might just work...

You tell me!

Good luck

Trufa
Unfortunately, it didn't work. :(
Jimmy
Thats a shame, I´ll look for something else and let you know!!
Trufa