Scrollbars: Hiding only the Horizontal or Vertical Scrollbars 
Author Message
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars

I have several web pages in which I need to hide the horizontal scroll bar,
but not the vertical scrollbar. From what I have read, HTML only gives the
options of SCROLL={YES|NO|AUTO}. But I seem to remember seeing somewhere, I
believe it was CSS, properties called hscroll and vscroll, or something
similar. Does anybody know of a way, using any method, to turn off only the
desired scroll bars?
--
Nathan Sokalski

http://www.*-*-*.com/


Wed, 31 Mar 2004 10:12:24 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars
Rather than a shotgun blast at the msnews server,
try posting once via browser to the web design group:
 http://www.htmlhelp.org/bbs/


Quote:
> I have several web pages in which I need to hide the horizontal scroll
bar,
> but not the vertical scrollbar. From what I have read, HTML only gives the
> options of SCROLL={YES|NO|AUTO}. But I seem to remember seeing somewhere,
I
> believe it was CSS, properties called hscroll and vscroll, or something
> similar. Does anybody know of a way, using any method, to turn off only
the
> desired scroll bars?
> --
> Nathan Sokalski

> http://studentwebs.kutztown.edu/soka0908/HomePage.html



Wed, 31 Mar 2004 12:03:24 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars
I looked at the page you told me about, but they said that it can only be
done by specifying SCROLLING="auto" and having content that fits. I have
content that is entirely visible, but the scrollbar is still there (maybe
because of margin settings or something else, although I tried many
different margin values). Therefore, they will basically tell me it can't be
done, so they won't be of any help. And why shouldn't I use the msnews
server, anyway? Isn't that why it's here?
--
Nathan Sokalski

http://studentwebs.kutztown.edu/soka0908/HomePage.html


Quote:
> Rather than a shotgun blast at the msnews server,
> try posting once via browser to the web design group:
>  http://www.htmlhelp.org/bbs/



> > I have several web pages in which I need to hide the horizontal scroll
> bar,
> > but not the vertical scrollbar. From what I have read, HTML only gives
the
> > options of SCROLL={YES|NO|AUTO}. But I seem to remember seeing
somewhere,
> I
> > believe it was CSS, properties called hscroll and vscroll, or something
> > similar. Does anybody know of a way, using any method, to turn off only
> the
> > desired scroll bars?
> > --
> > Nathan Sokalski

> > http://studentwebs.kutztown.edu/soka0908/HomePage.html



Wed, 31 Mar 2004 13:01:23 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars
Cannot find server or DNS Error for your homepage
is more important I would think than the scrollbar.
The netiquette of cross posting is a separate question.


Quote:
> I looked at the page you told me about, but they said that it can only be
> done by specifying SCROLLING="auto" and having content that fits. I have
> content that is entirely visible, but the scrollbar is still there (maybe
> because of margin settings or something else, although I tried many
> different margin values). Therefore, they will basically tell me it can't
be
> done, so they won't be of any help. And why shouldn't I use the msnews
> server, anyway? Isn't that why it's here?
> --
> Nathan Sokalski

> http://studentwebs.kutztown.edu/soka0908/HomePage.html



> > Rather than a shotgun blast at the msnews server,
> > try posting once via browser to the web design group:
> >  http://www.htmlhelp.org/bbs/



> > > I have several web pages in which I need to hide the horizontal scroll
> > bar,
> > > but not the vertical scrollbar. From what I have read, HTML only gives
> the
> > > options of SCROLL={YES|NO|AUTO}. But I seem to remember seeing
> somewhere,
> > I
> > > believe it was CSS, properties called hscroll and vscroll, or
something
> > > similar. Does anybody know of a way, using any method, to turn off
only
> > the
> > > desired scroll bars?
> > > --
> > > Nathan Sokalski

> > > http://studentwebs.kutztown.edu/soka0908/HomePage.html



Wed, 31 Mar 2004 13:34:24 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars

<snip>
| done, so they won't be of any help. And why shouldn't I use the msnews
| server, anyway? Isn't that why it's here?


| > Rather than a shotgun blast at the msnews server,
| > try posting once via browser to the web design group:
| >  http://www.htmlhelp.org/bbs/

 Whoosh.....  you may have to aim 2ft lower  :-)



Wed, 31 Mar 2004 13:39:01 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars
Check out this link, it has loads of examples
http://www.resass.f2s.com/dynapi/Richard_Examples/scrollbar_tests.html


Sun, 04 Apr 2004 19:09:16 GMT  
 Scrollbars: Hiding only the Horizontal or Vertical Scrollbars

Very easy:
use CSS  overflow-X: hidden;
Like this message itself, if you narrow the width of the window the horizontal scroll-bar doesn't appear.

Seems many in this group  know their scripting but not their CSS style terms.

Cybarber

  I have several web pages in which I need to hide the horizontal scroll bar,
  but not the vertical scrollbar. From what I have read, HTML only gives the
  options of SCROLL={YES|NO|AUTO}. But I seem to remember seeing somewhere, I
  believe it was CSS, properties called hscroll and vscroll, or something
  similar. Does anybody know of a way, using any method, to turn off only the
  desired scroll bars?
  --
  Nathan Sokalski

  http://studentwebs.kutztown.edu/soka0908/HomePage.html



Fri, 09 Apr 2004 07:31:22 GMT  
 
 [ 7 post ] 

 Relevant Pages 

1. How to hide Menubar, toolbar, scrollbars using Jscript

2. hidden scrollbars in IE?

3. Postscript text horizontal and vertical on one page

4. URGENT : Scrollbars

5. scrollbars

6. Main window Browser without Scrollbars ?How?

7. turning scrollbars off in existing window

8. scrollBars

9. Scrollbars

10. scrollbars in page when clipping layers !

11. scrollbars

12. getting no scrollbars after window.open

 

 
Powered by phpBB® Forum Software