Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old March 2nd, 2007, 11:15 AM
shapper
Guest
 
Posts: n/a
Default How to make browser scroll bar always visible?

Hello,

Is there a way to make the browser scroll bar, the one on the right
which makes page go down and up, always visible?

Thanks,
Miguel

  #2  
Old March 2nd, 2007, 11:45 AM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: How to make browser scroll bar always visible?

Scripsit shapper:
Quote:
Is there a way to make the browser scroll bar, the one on the right
which makes page go down and up, always visible?
body { overflow: scroll; }

This will create a horizontal scroll bar, too, even when not needed.

The scroll bars may look light gray when they are passive (not needed
because the content fits).

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

  #3  
Old March 2nd, 2007, 12:05 PM
shapper
Guest
 
Posts: n/a
Default Re: How to make browser scroll bar always visible?

On Mar 2, 11:30 am, "Jukka K. Korpela" <jkorp...@cs.tut.fiwrote:
Quote:
Scripsit shapper:
>
Quote:
Is there a way to make the browser scroll bar, the one on the right
which makes page go down and up, always visible?
>
body { overflow: scroll; }
>
This will create a horizontal scroll bar, too, even when not needed.
>
The scroll bars may look light gray when they are passive (not needed
because the content fits).
>
--
Jukka K. Korpela ("Yucca")http://www.cs.tut.fi/~jkorpela/
And what about using:
html {height:100.1%;}

Is this a good approach?

Thanks,
Miguel

  #4  
Old March 2nd, 2007, 02:35 PM
Jukka K. Korpela
Guest
 
Posts: n/a
Default Re: How to make browser scroll bar always visible?

Scripsit shapper:
Quote:
And what about using:
html {height:100.1%;}
It doesn't create a scroll bar on Mozilla. On IE, the scroll bar is there
anyway. So what's the point?

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

  #5  
Old March 3rd, 2007, 10:05 PM
the red dot
Guest
 
Posts: n/a
Default Re: How to make browser scroll bar always visible?


"shapper" <mdmoura@gmail.comwrote in message
news:1172833218.694695.218800@h3g2000cwc.googlegro ups.com...
Quote:
Hello,
>
Is there a way to make the browser scroll bar, the one on the right
which makes page go down and up, always visible?
>
why would you want one when one isnt needed?


  #6  
Old March 4th, 2007, 12:35 PM
shapper
Guest
 
Posts: n/a
Default Re: How to make browser scroll bar always visible?

On Mar 3, 9:52 pm, "the red dot" <r...@dot.spotwrote:
Quote:
"shapper" <mdmo...@gmail.comwrote in message
>
news:1172833218.694695.218800@h3g2000cwc.googlegro ups.com...Hello,
>
Quote:
Is there a way to make the browser scroll bar, the one on the right
which makes page go down and up, always visible?
>
why would you want one when one isnt needed?
Simple,

I am using AJAX ... and sometimes when some content is refreshed the
page becomes shorter which in some cases originates the scroll bar to
appear and disappear making all page to "shake" ...

Thanks,
Miguel

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles