I have the following code but am still getting a horizontal scroll bar. How do I turn it off?
<style>
#IDXSearchBox {
width:900px;
height: 7500px;
overflow-y: scroll;
overflow-x: hidden;}
</style>
<iframe
id=IDXSearchBox
src="http://mrmlsmatrix.com/Matrix/public/IDX.aspx?idx=########">
</iframe>
I have also tried adding scroll-x:hidden;
to the CSS but it had no effect.
Thanks,
Jim