Scrollbar to the left
This is pretty cool, but use it wisely as it can confuse your visitors. When writing this it only works for IE6+, hey cool down, others will see it as normal.
<html dir="rtl"> <head> head content here </head> <body> <div dir="ltr"> All your content should be inside this div tag </div> </body>
</html>
Didn't get it? Here's an explanation. If you don't get this one check the example's source :P
1. Add dir="rtl" to your html tag.
2. All your content should be inside a div tag with this added to it, dir="ltr"
See a working example!