输入名称标签css的2个名称

时间:2015-04-06 13:00:50

标签: css button input tags radio

我对CSS& HTML。我想为每个名称标签制作两个不同的“宽度”。这个带X的盒子应该是40像素宽。剩下的应该是105像素。我写的是:

CSS:

input[name=xr] {
    max-width: 15px !important;
    color: #fff;         

}

HTML:

<input type="radio xr" id="radio2" name="radios" value="false"><label for="radio2">X</label>

请参阅我的演示:http://jsfiddle.net/1zhoooco/3/

但它不起作用,问题现在在哪里?谢谢你的帮助。

来自德国的Greez。

0 个答案:

没有答案