Hello,
In an IFrame, there is 2 scrollbars. The horizontal one isn't needed (just go with it...) and I want to get rid of it. I do not, however, want to get rid of the vertical one.
How do I do this?
I have tried using a css and putting:
Also, I have looked at CSS Overflow and nothing works.Code:body
{
overflow: hidden;
}
Thanks,
Alacritous
