Scrollbar on the LEFT?
Hi, my Missus is currently working on a web site and says that her layout ideas would be emormously helped if there was a way to move the browser scrollbar to the left instead of the right.
Is this possible?
The British Sci-Fi & Fantasy Forums
_________________________________________________________
Busy posted this at 22:20 — 26th May 2001.
He has: 6,151 posts
Joined: May 2001
Will work in IE if you put dir=rtl in either the html or body tag, wont work in netscape. maybe you can find/make a javascript
(rtl = right to left) used for Hebew and such.
personal input - I wouldnt use it on an important page, or a main page as people can get lost and/or confused very easily, some people get lost with no underline on links.
Bookworm posted this at 01:04 — 27th May 2001.
They have: 32 posts
Joined: Apr 2001
Thanks, that works fine. Netscape users will have to get the crap looking version. My stats say they're only 18% of visitors anyway.
Netscape is dying a l o n g slow death.
Hen & Frog, review forums.
The British Sci-Fi & Fantasy Forums
_________________________________________________________
Mark Hensler posted this at 03:23 — 27th May 2001.
He has: 4,048 posts
Joined: Aug 2000
Can we have a link to the site?
I wanna see a site design that uses left handed scrollbars. I don't remember ever seeing that used.
Bookworm posted this at 14:53 — 27th May 2001.
They have: 32 posts
Joined: Apr 2001
Patience, patience, It's not even CLOSE to being uploadable yet, but rest assured, it will be submitted to the critique forum when it's finished.
On problem we've found with dir=rtl, it puts full-stops (periods for our American friends) at the wrong end of the sentance!
If you put
Blah blah blah blah.
into the HTML, ir renders it as
.Blah blah blah blah
Weird!
Hen & Frog, review forums.
The British Sci-Fi & Fantasy Forums
_________________________________________________________
Suzanne posted this at 03:59 — 28th May 2001.
She has: 5,507 posts
Joined: Feb 2000
The thing is, you are using something that is intended for special cases for the wrong thing. Having the scrollbar on the left side when NOT for opposite languages is a SERIOUS usability faux pas. You are breaking all manner of user convention.
Design is never more important than practical usage considerations.
Suzanne
mairving posted this at 11:48 — 28th May 2001.
They have: 2,256 posts
Joined: Feb 2001
You could also make your scrollbar disappear except for the arrows. This too only works in IE. Here are the variables for the scrollbar.
<STYLE type="text/css"><!--
BODY {
scrollbar-base-color: color;
scrollbar-track-color: color;
scrollbar-face-color: color;
scrollbar-highlight-color: color;
scrollbar-3dlight-color: color;
scrollbar-darkshadow-color: color;
scrollbar-shadow-color: color;
scrollbar-arrow-color: color;
}
--></STYLE>
Here is a picture showing what each variable represents:
To make the scrollbar transparent, make everything but the arrow the background color. It makes it a bit harder to see that you can scroll but it may achieve your desired effect.
Mark Irving
I have a mind like a steel trap; it is rusty and illegal in 47 states
Bookworm posted this at 14:33 — 28th May 2001.
They have: 32 posts
Joined: Apr 2001
Thanks but we've done the custom colour thing already (check out the links in my sig)
She's actually changed her mind over the layout now so she doen't need the scrollbar on the left anymore.
But thanks anyway.
The layout she was going for was two frames next to each other and equal width. The content in both frames extended downwards causing a verticle scroll bar to appear to the left of both frames spoiling the look of the 'join'
like this:
So putting the scrollbar for the left frame on the left looked much neater like this:
But she's changed all that now, so nevermind!
Hen & Frog, review forums.
The British Sci-Fi & Fantasy Forums
_________________________________________________________
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.