View Single Post
Old 11-10-2012, 02:15 AM   PM User | #1
anarchoi
New Coder

 
Join Date: May 2007
Posts: 65
Thanks: 4
Thanked 0 Times in 0 Posts
anarchoi is an unknown quantity at this point
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 a fix to hide horizontal scrollbar under safari ?

The only way i heard about is to change the overflow of the page inside the iframe. But i can't modify the page inside my iframe because it is an external website
anarchoi is offline   Reply With Quote