babO
03-15-2003, 05:27 PM
can i get just the scroll bar on the left side of the page?
the direction:rtl; puts the whole page to go on the left...
the direction:rtl; puts the whole page to go on the left...
|
View Full Version : scroll bar babO 03-15-2003, 05:27 PM can i get just the scroll bar on the left side of the page? the direction:rtl; puts the whole page to go on the left... COBOLdinosaur 03-15-2003, 06:15 PM <body style="direction:rtl"> <div style="direction:ltr"> rest of the content here </div> </body> |