On Fri, 7 Mar 2003, joe panico wrote:
>
> Is there a way to force Mozilla to display the vertical scrollbar (or at
> least the runway for it) using Javascript or some other "content" based
> method?

Put the following in your stylesheet:

   #force-scrollbar { position: absolute; top: 0; bottom: -1px;
                      width: 1em; z-index: -1; }

...and this somewhere in your document:

   <div id="force-scrollbar"></div>

That will force Mozilla to always show a vertical scrollbar.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Reply via email to