我是靠谱客的博主 满意海燕,这篇文章主要介绍用Css中的Type选择器区分各Input控件,现在分享给大家,希望可以做个参考。

如:

<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中的Type选择器区分各Input控件的全部内容,更多相关用Css中内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(152)

评论列表共有 0 条评论

立即
投稿
返回
顶部