Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I make a frame with a vertical scrollbar but without a horizontal scrollbar?

0
10 Posted

How do I make a frame with a vertical scrollbar but without a horizontal scrollbar?

0

The only way to have a frame with a vertical scrollbar but without a horizontal scrollbar is to define the frame with SCROLLING=”auto” (the default), and to have content that does not require horizontal scrolling. There is no way to specify that a frame should have one scrollbar but not the other. Using SCROLLING=”yes” will force scrollbars in both directions (even when they aren’t needed), and using SCROLLING=”no” will inhibit all scrollbars (even when scrolling is necessary to access the frame’s content). There are no other values for the SCROLLING attribute.

0

There is no way to display just one of the two scrollbars (horizontal and vertical) in a frame. They are either, both there (scrolling=”yes”), or both not there (scrolling=”no”). The default setting is scrolling=”auto” which displays scrollbars if the page contents is larger than the frame size.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.