Firefox と Chromedir
は、option 要素への属性の追加をサポートしています。
<select>
<option dir="rtl">some text</option>
<option dir="ltr">some text</option>
</select>
ただし、これは Internet Explorer 7 または 8 では機能しないようです。
Firefox と Chromedir
は、option 要素への属性の追加をサポートしています。
<select>
<option dir="rtl">some text</option>
<option dir="ltr">some text</option>
</select>
ただし、これは Internet Explorer 7 または 8 では機能しないようです。