PDA

View Full Version : Scroll Bar


xero-infinity
5-14-02, 04:17 PM
Anybody know how to make the scroll bar on the left side of the browser? I've seen it done before, so I know it can be done. I'm working on a page for my friend, and im going to put his content on the right side, and his scroll bar on the left :)

xero-infinity
5-14-02, 06:36 PM
Never mind, I found it :)

SBGlasby
5-14-02, 07:38 PM
So why don't you share it....

So someone else looking for the same thing... can find it in a search....

here on the forums

xero-infinity
5-14-02, 08:22 PM
sure okay...

<body style="direction: rtl">

So basically put style="direction: rtl" in your body tag. Easy as that.

frequencypro
5-15-02, 12:13 AM
That code flipped my whole page horizontally, somewhat. All the periods at the end of my sentences were put at the beginning, the order of my <td> tags were inverted, and my list tags had the bullets on the right.

Does anyone know of a code that will put the scrollbar on the left side, without affecting the rest of the page?

xero-infinity
5-15-02, 12:14 AM
Hrm, I'll look into that :P

Atomic-Design
5-15-02, 11:05 AM
Whoa, that's pretty freaky you can flip it like that. Does IE5 support that?

xero-infinity
5-15-02, 06:59 PM
Im not sure... probably, because when I had IE5 I could see pages doing that. Not sure about IE4 and netscape. Or even AOL.

Midwestkel
6-13-02, 04:53 PM
Yeah that backwards stuff is strange.

look at google.com they use it for arabic language:
http://www.google.com/intl/ar/

look at these other things:

Hacker
http://www.google.com/intl/xx-hacker/

Elmer Fudd
http://www.google.com/intl/xx-elmer/

What the hell... Google people have way to much time to make a hacker version and a version from how a cartoon character speaks?

-kel

blurchy
6-21-02, 10:33 AM
paste this after your <head> tag

its completely useless

but cool

<style type="text/css">
<!--
body { filter: Flipv}
-->
</style>

:)