带选择的器的样式定义(一)
css中定义样式时也是可以分类别的,比如说input元素中,只定义type=button的样式
<style type="text/css">.input[he='hi']{width:50px;width:50px;border:1px solid yellow;}</style><input type="text" he="hi" /><input type="text" /></style>就是给属性he='hi'的input元素定义样式。