Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-05-2002, 08:19 PM   PM User | #1
-sephiroth-
New Coder

 
Join Date: Aug 2002
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
-sephiroth- is an unknown quantity at this point
Question side scrollbar

How do you make a side scrollbar on the left side of a page?
-sephiroth- is offline   Reply With Quote
Old 08-05-2002, 09:01 PM   PM User | #2
ShriekForth
Regular Coder

 
Join Date: Jul 2002
Location: Western US
Posts: 169
Thanks: 0
Thanked 0 Times in 0 Posts
ShriekForth is an unknown quantity at this point
This is really an HTML question

<html dir="rtl">

This will render your pages right to left. This will also move the crollbar to the left, and all of your text, and text entry will be right to left as well. Kind of interesting, but unless you are making an arabic site, it's not all that useful

ShriekForth
ShriekForth is offline   Reply With Quote
Old 08-05-2002, 09:57 PM   PM User | #3
beetle
Senior Coder

 
Join Date: Aug 2002
Posts: 3,467
Thanks: 0
Thanked 0 Times in 0 Posts
beetle has a little shameless behaviour in the past
Well, you can do it this way
Code:
<html dir="rtl">
<body>
<div div="ltr">
{...Page HTML...}
</div>
</html>
That will give you just the left scrollbar...

Note: the DIR attribute is defined in HTML 4.0 and DOM Level 1, but isn't supported (I don't think) by IE 4 (dunno about NS)
beetle is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:49 AM.


Advertisement
Log in to turn off these ads.