me_like_agua
07-18-2003, 01:53 AM
I want to have my scrollbar on the left side of my iframe and I don't know how to do that. Will someone help? Thanks so much.
|
View Full Version : Scrollbar on LEFT Side me_like_agua 07-18-2003, 01:53 AM I want to have my scrollbar on the left side of my iframe and I don't know how to do that. Will someone help? Thanks so much. jazzberry 07-18-2003, 01:56 AM put this in between <head> and </head> <style type="text/css"> body { direction:rtl;} </style> Dude128 07-18-2003, 01:57 AM you would use the normal left to right CSS code (direction:rtl - or see here: http://www.lissaexplains.com/css.shtml), but put it on the page that gets displayed inside the iframe. |