怎样把百度空间的背景图片居右下边

来源:百度知道 编辑:UC知道 时间:2024/05/15 12:22:19
我的图片有点小,放在靠右下边比较好一点,怎么办啊?

body{background:url(图片地址) no-repeat right bottom;}/*居右下角*/

具体位置
body{background:url(图片地址) no-repeat 1px 2px}
1px 为居左边距离;2px 为居顶端距离,根据情况调整数字

body{background:url(图片地址) no-repeat 1% 2%}/*根据页面自调整*/
上例中1%为居左边距离;2%为居顶端距离(0%——100%之间调整)

没有吧

#header{height:386px;margin-LEFT:-13px!important;background:url(



) no-repeat ;background-position:100PX 53PX;}-------------------------------------------------以上是示例,请在你