css属性label范围怎么变大

html-css019

css属性label范围怎么变大,第1张

1、增加inline-block属性值,将label标签变为行内块元素(css2.1新增)。

2、增加width属性,如将宽度设置为100px。

3、添加好后页面上所有的label标签会变为100px。

里面写个空白图片就可以了,比如

密<img src="images/beg.gif" width="10" height="1" >码

beg.gif 做成透明图片

<label style="background-color: redborder: 1px dotted greenwidth: 100pxheight: 50pxdisplay: inline-block">

关键就是设置display的方式

</label>

效果图: