moises911
05-15-2004, 11:20 PM
how can i make a text box with the scroll on the left?
|
View Full Version : how can i... moises911 05-15-2004, 11:20 PM how can i make a text box with the scroll on the left? salomeyasobko 05-15-2004, 11:27 PM <div style="direction: rtl"> text here </div> :) moises911 05-16-2004, 12:37 AM that doesnt seem to work.. where should i put it? jazzberry 05-16-2004, 02:08 AM um try this <textarea style="direction: rtl">text here</textarea> kittycat 05-16-2004, 02:09 AM Modified div code if desired, should work... <div style="direction: rtl; overflow: auto; width##px; height: ##px;"> text here </div> (change ## to the number of px you want) Monkey Bizzle 05-16-2004, 02:11 AM if you use CSS, you can just put direction: rtl under neath the body section, or whatever section you want to scroll on the left |