Changing the scroll bar to the left side |
![]() ![]() |
Changing the scroll bar to the left side |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Jan 2004 Member No: 1,514 ![]() |
Does anyone know the code for changing ONLY the scroll bar onto the left side?
|
|
|
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 67 Joined: Feb 2004 Member No: 2,477 ![]() |
it's annoying for some people but i've not used my scrollbar in ages. ah, got to love the invention of scroll wheels. anyhow, here's the code:
CODE <!-- begin code provided by createblog.com --> <style type="text/css"> <!-- body { direction:rtl; } table, table * { direction:ltr; } //--> </style> <!-- end code provided by createblog.com --> -Nay |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 29 Joined: Jan 2004 Member No: 1,514 ![]() |
QUOTE(Nay @ Feb 7 2004, 10:38 AM) it's annoying for some people but i've not used my scrollbar in ages. ah, got to love the invention of scroll wheels. anyhow, here's the code: CODE <!-- begin code provided by createblog.com --> <style type="text/css"> <!-- body { direction:rtl; } table, table * { direction:ltr; } //--> </style> <!-- end code provided by createblog.com --> -Nay Thank you!! |
|
|
![]() ![]() |