Scrollbar Position (textarea, select...)  
********************************************
Free Html tip provided by ©2005-VB'Breizh
Compatibility :   

LeftToRight or RightToLeft ?

<form><select dir='RTL'>----</select></form>

<form><select dir='LTR'>----</select></form>

<textarea cols='60' rows='5' dir='LTR'>----</textarea>

<textarea cols='60' rows='5' dir='RTL'>----</textarea>


Comment, question ?