Web Hosting Talk







View Full Version : html question


zenex5ive
05-28-2002, 07:19 AM
Hi guys,

i was wondering if u know how to change the scroll bar from right to left hand side? Thanking you in advance.

ToastyX
05-28-2002, 07:23 AM
.......I've never seen the scrollbar on the left side. :eek:

Dogma
05-28-2002, 07:56 AM
I'm sure it's a browser issue, not something you can change with HTML, that has to deal with the browser language. I remember reading that with right to left languages the scroll bar is moved to the left side, but I can't confirm that.

zenex5ive
05-28-2002, 08:30 AM
thanx for trying guys. i found the code now.

<Style type="text/css">
body {direction: rtl;}
</Style>