473,503 Members | 1,804 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CSS Change Scrollbar Directions

150 New Member
Hi i need to change scrollbar direction from right to left how can i do that i tried every thing i know, and i found only experts will answer this question, so here is my code :

Expand|Select|Wrap|Line Numbers
  1. <style type="text/css">
  2. .parent{
  3.     height:300px;
  4.     width:200px;
  5.     background-color:red;
  6.     overflow:auto;
  7.     direction:rtl;
  8. }
  9. .child{
  10.     height:1000px;
  11.     width:100%;
  12.     direction:rtl;
  13. }
  14. </style>
  15. <div class="parent">
  16.     <div class="child"></div>
  17. </div>
Aug 12 '09 #1
1 5996
smartic
150 New Member
it work's in all browsers the only problem with FF3.
Aug 12 '09 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

2
9239
by: Richard van Wegen | last post by:
Dear All I want to use the horizontal scrollbar control, but I can't figure out how to change the width of the slider, i.e. the bit that you drag left & right. With other controls (eg Textbox),...
2
3587
by: Askari | last post by:
Hi, I do a "perso"widget where have two scrolls (one vertical, one horizontal) for a canvas. When, the first time, I added widget in the canvas, the scroll self-ajust and when I move scrollbar,...
1
2585
by: lilo | last post by:
Hi, I'd like to position the scrollbar on the left side of a table cell, as the navigation buttons are on the right side, and i would like the scroll bar to be on the opposite side. Any way to...
0
1379
by: Allen | last post by:
any time I so much as touch a value in the scrollbar, be it minsize max or whatever, it fires an invalidate to the parent. Is there a way to stop this? The problem especially arises when you...
3
12717
by: spielmann | last post by:
Hello I want to change the scrollbar size of windows, How can I do that with vb.net I have find this in VB6 but how can we convert simply this code. thx
8
2428
by: Boni | last post by:
Dear all, imagine this is scroll bar. Min|-------------|scroller|---------|Max The position of scroller is set with Value. How do I change the width of scroller? Thank you in advance, Boni
0
1252
by: Bob | last post by:
Hi Could anyone tell me if it is posible to change the width of the vertical scrollbar on a panel control who's autoscroll property is set to true. I'm producing a touch screen application and the...
1
12599
by: steve | last post by:
Hi All Is there anyway to change the width of datagridview controls vertical scrollbar I have an Application where the datagridview fills most of the screen and it is hard to grab the...
1
2181
by: Alex Fu | last post by:
Hi, I need to change the scrollbars' UI of DataGrid (C#, Framework 1.1). I tried many ways, but I can not implement it yet. Please help me if you know how to do it. I have implemented a...
0
7199
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7274
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6984
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5576
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5005
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3162
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3151
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1507
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
377
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.