View Full Version : Iframe vertical scrollbar


abby_wabby
08-05-2005, 06:03 PM
when my horizontal scrollbar comes up, I get a vertical scrollbar aswell, making room for the horizontal one.. is there any way to disable the vertical scrollbar?

pb&j
08-05-2005, 06:22 PM
try adding this to the page showing inside your iframe...

<style type="text/css">
body {overflow-x: hidden;}
</style>