<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>
图片CSS.down_img{padding:1px}
页面中的图片代码:
<img src="图片地址" class="down_img" onmouseover="this.style.padding='2px 1px 0px 1px'" onmouseout="this.style.padding='1px'" />
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方向移动的距离。也可以设置为百分比值。
修改后: