I have an iframe on HTML page, and I want to hide vertical "scrolling".
In my CSS, I input this, but I didn't get results, scrolling is still visible.
iframe{
overflow:hidden;
}
Also, i try to use "style= scrolling="no"" but still withouts success.