css修改图标的位置下沉一点

html-css013

css修改图标的位置下沉一点,第1张

<div style="text-align: center">

<div style="margin: 0 autoheight: 24pxwidth: 240px"><!--这个宽度你要自己调整一下-->

<div style="float: left">Copyright...........</div>

<div style="float: left">百度统计代码</div>

</div>

</div>

不过我一般都是把百度统计代码隐藏...

<div style='display:none'>百度代码</div>

background:url(images/loginbackground.png)top no-repeat 0px 10px

等同与

background:url(images/loginbackground.png)top no-repeat

background-position: 0px 10px//水平方向(以左上角为原点,x方向)移动 0像素,垂直方向(y轴方向)即向下以动 10 像素

***注意:0px 不能省略,否则默认为x方向移动的距离。也可以设置为百分比值。

修改后: