vote up 1 vote down star

i want that the vertical scroll bar that show in textarea in fire fox will show in the left side, i have site with 'rtl' direction, and in IE its o.k , in the left side - (oposide the text).

flag

1  
I would personally hate a website that does this :) That said, I don't know how to do this.. hehe. – Jon Jun 1 at 13:56
3  
seriously question the value of changing a behaviour like this. That doesn't mean you can't, but I don't see this being of any value other than "hey, neat! i didn't know you could do that" – Jonathan Fingland Jun 1 at 13:59
2  
I can imagine people who write from right to left this being more "natural"? – Kriem Jun 1 at 14:18
I wonder why people like to discuss whether something is useful or good or whatever instead of giving a helpful answer... – okoman Jun 1 at 14:21
Interesting point okoman. Is advising against a request a good answer or not? – Kriem Jun 1 at 14:21
show 1 more comment

4 Answers

vote up 2 vote down check

You could always do this with a custom scrollbar which is set to look like the standard one. But as others have said I wouldn't recommend. Changing the UI is this way is on the whole a bad idea.

http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html

link|flag
thank u . i see they have scrollbarOnLeft parameter – haim evgi Jun 1 at 14:25
vote up 1 vote down

I wouldn't do it, because it breaks what users expect, but here you go:

  1. Enter about:config in the Location bar
  2. Type layout.scrollbar.side in the "Filter"
  3. Double-click the layout.scrollbar.side preference and change it to 3
link|flag
Can't be done via html / css – Kriem Jun 1 at 14:19
vote up 0 vote down

I agree with Jonathan.. If you want people to use yoyr website dont change the general behavior they are use to. There are so many sites to choose from out there and you will loose to your competition when you pull stunts like this.. However I don't know how it is done...

link|flag
vote up 0 vote down

Agreeing with the other answers here, I would seriously consider if you'd want to do this (from a ease-of-use standpoint).

That said, even though you got it working in IE, I don't think your use of the RTL setting is correct. I'm not sure the effects it has but I think it's more for allowing users to write in a language that reads/writes right-to-left.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.