如:
<style type="css/text">
input[type="text"]
{
width:200px;
}
input[type="password"]
{
width:160px;
}
input[type="radio"]
{
width:80px;
}
input[type="checkbox"]
{
width:300px;
}
input[type="button"]
{
width:90px;
}
</style>
注:IE6之前的浏览器版本不支持。
CSS样式设置与浏览器兼容性
本文详细介绍了如何使用CSS为不同类型的输入元素设置样式,并特别关注了IE6之前浏览器版本的兼容性问题。
如:
<style type="css/text">
input[type="text"]
{
width:200px;
}
input[type="password"]
{
width:160px;
}
input[type="radio"]
{
width:80px;
}
input[type="checkbox"]
{
width:300px;
}
input[type="button"]
{
width:90px;
}
</style>
注:IE6之前的浏览器版本不支持。
417

被折叠的 条评论
为什么被折叠?