Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > CSS > CSS Cascading Style Sheets
|
CSS Cascading Style Sheets All issues relating to Cascading Style Sheets (CSS).
Welcome to the p2p.wrox.com Forums.

You are currently viewing the CSS Cascading Style Sheets section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 13th, 2005, 05:33 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default how to display scrollbars on left side of screen?

Hi,

I hope subject is enough.

Thanks.

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
 
Old October 13th, 2005, 07:30 AM
Friend of Wrox
 
Join Date: May 2004
Posts: 212
Thanks: 0
Thanked 0 Times in 0 Posts
Default

In your css style area:

html {direction:rtl;}
body {direction:ltr;}

Not tested, should work in ie.

HTH
Joe
 
Old October 13th, 2005, 09:01 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default

Strange, but what exactly it means?

scroll bar moves to left side but table content is also shown from right to left.


Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
 
Old October 17th, 2005, 01:49 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 425
Thanks: 0
Thanked 3 Times in 3 Posts
Default

That's because it's meant for languages that are read right-to-left.

--
http://yupapa.com
 
Old November 2nd, 2005, 05:18 AM
Registered User
 
Join Date: Nov 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Would
Code:
html {direction:rtl;}
body {direction:ltr;} 
#content {direction:rtl;}
work?
Never tried it, but in theory the html would render right-to-left, the body (and therefore the scrollbar) would render left-to-right, then you'd wrap everything else inside the content which would render right-to-left again.







Similar Threads
Thread Thread Starter Forum Replies Last Post
display total per week left to the caleder control veeruu ASP.NET 2.0 Basics 0 March 12th, 2007 09:23 AM
display total per week left to the caleder control veeruu ASP.NET 2.0 Professional 0 March 12th, 2007 09:20 AM
how to display limited records per screen avats General .NET 2 June 4th, 2005 12:32 AM
Fill Tree View Recursive And Display Right To Left favaedi BOOK: ASP.NET Website Programming Problem-Design-Solution 1 November 24th, 2004 02:36 PM
left side menu nusrati HTML Code Clinic 1 July 16th, 2004 03:52 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.