Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Is possible to create my own scrolling bars?

Reply
Thread Tools

Is possible to create my own scrolling bars?

 
 
RC
Guest
Posts: n/a
 
      08-02-2006
The Subject says its all.

I would like do this by JavaScript.

Normally vertical scroll bar is at right side of a box
and horizontal scroll bar is at bottom of a box.

I would like change that. Make vertical scroll bar
at left side of a box and horizontal scroll bar at
top of a box.

Please point me some URL links how to do this.

Thank Q!
 
Reply With Quote
 
 
 
 
bobzimuta
Guest
Posts: n/a
 
      08-02-2006
RC wrote:
> The Subject says its all.
>
> I would like do this by JavaScript.
> ...
> Please point me some URL links how to do this.


http://www.dhtmlgoodies.com/index.ht...e=smallscripts
Search for "Scrollable div"

 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      08-02-2006
RC wrote:

> Normally vertical scroll bar is at right side of a box
> and horizontal scroll bar is at bottom of a box.
>
> I would like change that. Make vertical scroll bar
> at left side of a box and horizontal scroll bar at
> top of a box.


You want to have scrollbars that don't work like any other scrollbars on the
user's system? That probably isn't a very good idea.


--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
Evertjan.
Guest
Posts: n/a
 
      08-02-2006
David Dorward wrote on 02 aug 2006 in comp.lang.javascript:

> RC wrote:
>
>> Normally vertical scroll bar is at right side of a box
>> and horizontal scroll bar is at bottom of a box.
>>
>> I would like change that. Make vertical scroll bar
>> at left side of a box and horizontal scroll bar at
>> top of a box.

>
> You want to have scrollbars that don't work like any other scrollbars
> on the user's system? That probably isn't a very good idea.
>
>


However it can be done, I think, by adding a zero-width scrolled div to the
left and a zero-height div at the top of a scrollbar suppressed div, all
three css controlled and with the same content, and scrolling the three
synchronized bij javascript.

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
smooth scrolling & auto scrolling sillyputty Firefox 1 08-24-2007 02:10 AM
Allowing access to my own computers within my own network =?Utf-8?B?VHJldm9y?= Wireless Networking 2 07-20-2006 09:05 PM
I have built my own (simple) thread manager [TM], but just found java 5 has its own. Saverio M. Java 0 07-03-2006 08:52 AM
is it possible to possible to create an iterator from a callback interace? aninnymouse@gmail.com C Programming 4 02-21-2006 02:10 PM
Using own classloader inside J2EE to load and unload own classes. Stefan Siegl Java 0 09-21-2004 08:11 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57