Possible Duplicate:
DIV Vertical Scroll bar on left
is there a way with css or js to show the scrollbar of an element on the left instead of on the right? i don't need a crossbrowser way i need it only on Firefox.
is there a way with css or js to show the scrollbar of an element on the left instead of on the right? i don't need a crossbrowser way i need it only on Firefox. |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
If you want the direction to be left-to-right, but still want to violate every expectation a user has to scrollbars, then you can hack it using javascript. Some further tips: main content area needs to have |
|||
|
|
|
Try
or
or
|
|||||
|