help with getting rid of vertical scrollbar please

windows

Guest
hello, i was trying to use iframes to display content with only the horizontal scroll. currently, the vertical scroll is not active but is still visible (ghosted), covering up some of the elements within the iframe. Im not even sure if im supposed to add code to the main html file or the html file containing the iframe content. I saw an example at: scrollbar examples (<!-- w --><a class="postlink" href="http://www.richardinfo.com/examples/Richard_Examples/">www.richardinfo.com/examples/Richard_Examples/</a><!-- w --> scrollbar_tests.html) where you can click on a link and make the scroll dissapear...so im sure there is a way of making this happen but have no clue how...-_-<br />
<br />
just hoping that someone is familiar with this kind of problem..would truly appreciate it if someone could instruct me on how i could do this..thank you in advance..<!--content-->sorry the link was wrong...here is the proper link to the example.. :P<br />
<br />
example (<!-- m --><a class="postlink" href="http://www.richardinfo.com/examples/Richard_Examples/scrollbar_tests.html">http://www.richardinfo.com/examples/Ric ... tests.html</a><!-- m -->)<!--content-->in the iframe you can use this<br />
<br />
<script type="text/css"><br />
body { overflow-y:hidden; }<br />
</script><br />
<br />
put that inbetween the head tag for css.<!--content-->
 
Back
Top