码迷,mamicode.com
首页 > 其他好文 > 详细

select文字右对齐

时间:2017-04-28 18:33:58      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:tle   foo   bar   doc   html   lang   direction   set   oct   

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>企业信息</title>
<style>
select {
direction: rtl;
}
select option {
direction: ltr;
}

</style>
</head>
<body>
<select>
<option>Foo</option>
<option>bar</option>
<option>to the right</option>
</select>

</body>
</html>

select文字右对齐

标签:tle   foo   bar   doc   html   lang   direction   set   oct   

原文地址:http://www.cnblogs.com/wzh1995/p/6782352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!