100字范文,内容丰富有趣,生活中的好帮手!
100字范文 > html5下拉列表中的文字怎么居中? html中添加php代码

html5下拉列表中的文字怎么居中? html中添加php代码

时间:2019-11-24 05:17:01

相关推荐

html5下拉列表中的文字怎么居中? html中添加php代码

在test.html文件内,要使用select标签,并且写上option的内容,

<selectname="">

<option>测试内容一</option>

<option>二测试内容二</option>

<option>测试内容三</option>

<option>test四</option>

</select>。

编写css样式<styletype="text/css"></style>标签,select样式和selectoption样式将写在该标签内。

在css标签内,通过select标签的样式设置select内容居中、下拉内容右对齐。

在css样式标签里,在括号内,select样式为

text-align:center;

text-align-last:center;

selectoption样式为

direction:rtl;

在浏览器浏览一下test.html,来看看效果能否实现。

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。