What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » [HTML] How to show scrollbars ALWAYS (no frames)

[HTML] How to show scrollbars ALWAYS (no frames)
Author: Message:
robochief
Full Member
***

Avatar

Posts: 132
Reputation: 1
– / Male / –
Joined: Feb 2005
O.P. [HTML] How to show scrollbars ALWAYS (no frames)
I want to make vertical scrollbar visible in a web page always, but using no frames. (I don't use frames because it's just one page)

Can it be done?
06-02-2005 02:54 PM
Profile PM Find Quote Report
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
RE: [HTML] How to show scrollbars ALWAYS (no frames)
<body scroll="yes">

You can also do it with css

body{ overflow: scroll;}

[Image: 1-0.png]
             
06-02-2005 03:41 PM
Profile PM Web Find Quote Report
robochief
Full Member
***

Avatar

Posts: 132
Reputation: 1
– / Male / –
Joined: Feb 2005
O.P. RE: RE: [HTML] How to show scrollbars ALWAYS (no frames)
quote:
Originally posted by Ezra
<body scroll="yes">

Not recognized. (does nothing)
quote:
Originally posted by Ezra
You can also do it with css

body{ overflow: scroll;}

Makes both scrollbars visible, but I only need the vertical.
Any other solution?
06-03-2005 06:40 AM
Profile PM Find Quote Report
Guido
Elite Member
*****

Avatar
Design is Safety

Posts: 4566
Reputation: 50
37 / Male / Flag
Joined: Dec 2002
RE: [HTML] How to show scrollbars ALWAYS (no frames)
body{overflow-y: scroll;}

should work only for vertical scrollbars
06-03-2005 06:46 AM
Profile E-Mail PM Web Find Quote Report
robochief
Full Member
***

Avatar

Posts: 132
Reputation: 1
– / Male / –
Joined: Feb 2005
O.P. RE: [HTML] How to show scrollbars ALWAYS (no frames)
Still, no vertical scrollbar. (The thing is, that I want the vertical scrollbar appear always, even if the page is short and ca be visualized entirely in the browser window.
In IE I always see the vertical scrollbar, but in Firefox, no.
06-03-2005 05:46 PM
Profile PM Find Quote Report
Zephyr
Senior Member
****

Avatar
monster.rat

Posts: 950
Reputation: 26
34 / Male / Flag
Joined: Jan 2005
RE: [HTML] How to show scrollbars ALWAYS (no frames)
This should work

{overflow: -moz-scrollbars-vertical;}
[Image: rhcpsig38tj.png]
06-03-2005 06:04 PM
Profile E-Mail PM Find Quote Report
robochief
Full Member
***

Avatar

Posts: 132
Reputation: 1
– / Male / –
Joined: Feb 2005
O.P. RE: RE: [HTML] How to show scrollbars ALWAYS (no frames)
quote:
Originally posted by monster.rat
This should work

{overflow: -moz-scrollbars-vertical;}

It does, thank you. :)
The only thing is, that the vertical scrollbar looks enabled, even if the page is short. Even like that, it0s okay, because I need the vertical scrollbars so the different pages (long or short) looks alike (width), but if I can make the vertical scrollbar appear disabled in the short pages, it would be better. ;)
Any suggestion?
06-03-2005 09:30 PM
Profile PM Find Quote Report
Zephyr
Senior Member
****

Avatar
monster.rat

Posts: 950
Reputation: 26
34 / Male / Flag
Joined: Jan 2005
RE: [HTML] How to show scrollbars ALWAYS (no frames)
quote:
Originally posted by robochief
It does, thank you. :)
The only thing is, that the vertical scrollbar looks enabled, even if the page is short. Even like that, it0s okay, because I need the vertical scrollbars so the different pages (long or short) looks alike (width), but if I can make the vertical scrollbar appear disabled in the short pages, it would be better. ;)
Any suggestion?

Sorry, but i'm pretty sure it isn't possible to make it appear disabled. I think the  {overflow: -moz-scrollbars-vertical;} is the best you can get.
[Image: rhcpsig38tj.png]
06-03-2005 09:45 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On