728x90
Does anyone know if it's possible to align text to the right of a I have tried both:
Any help gratefully received! | ||
add a comment |
51 | You could try using the "dir" attribute, but I'm not sure that would produce the desired effect?
Demo here: http://jsfiddle.net/fparent/YSJU7/ | ||
24 | I think what you want is:
fiddled here: http://jsfiddle.net/neilheinrich/XS3yQ/ |
'WEB > CSS' 카테고리의 다른 글
[CSS] text-justify (0) | 2018.02.05 |
---|---|
HTML5 number inputs – Comma and period as decimal marks (0) | 2018.01.24 |
[CSS] Vertical Align (0) | 2018.01.24 |
[CSS]크로스 브라우징 (0) | 2018.01.24 |
CSS background Property ❮ PreviousComplete CSS Reference Next ❯ (0) | 2018.01.24 |
appearance: none;
attribute anyway, so the position of the dropdown doesn't matter. Thanks! – BenM Oct 27 '11 at 18:48dir="rtl"
moves the arrow indicating the drop-down to the left. – feklee Oct 31 '13 at 20:13