Scollbars

G

Guest

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

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Page format 1
Inline frames 2
iframe page grabs whole screen 5
Printing a page 3
iframes and tables 5
FP alters my vb script 4
How to change iframe src ? 1
iframe fowards to actual target 3

Top