Scollbars

A

Amateur

Is it possible to have only a vertical scollbar and not a horizontal scrollbar?
If yes, how? Here is the code:

<iframe name="working_area" scrolling="yes" src="xxxxxxxx" target="rtop"
width="581" height="395">
 
G

Guy Lapierre

Wouldn't the horizontal bar only show up if your page is designed beyond
their browser settings window? I may not be fully understanding your question.
 
M

Mark Fitzpatrick

No. You can't remove one directional scrollbar and not the other for an
iframe. The only way you won't get the horizontal is if you can ensure that
the page will fit within your iframe width (with a few extra pixels taken
off just in case).

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
Top