Welcome to the Google Mirror FAQ.
, which go to our bandwidth costs (around $50/month). Or you can help us out by buying a
to open a URL connection to Google and read the data of the resulting web page.
2.9. How did you display the sroll bars on the left hand side of the page?
This is done using the "dir=rtl" option in the BODY HTML tag. This option will flip the scroll bar, along with the tables and certain text types. To display the scroll bar on the left side while keeping normal formatting in the rest of the page I used:
<BODY dir=rtl>
<DIV dir=ltr>
...
</DIV>
</BODY>
Here's an