淘宝固定背景图代码!绝对可用!

时间:2022-08-29 14:37:14 阅读: 最新文章 文档下载
说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

<div style="margin-top:-10px; height:***px;width:950px;">

<div class="footer-more-trigger"style="width:***px;height:***px;left:auto;top:auto;margin:0;padding:0;border:0;">

<div class="footer-more-trigger" style="top:auto;left:-***px;margin:0;padding:0;border:0;">

<img src="http://图片地址" style="float:none;margin:0px;" /></div>

</div>

</div>

上面的( height:***px width:***px)有***的可以根据自己的实际尺度更换,没有***的不能更换,还有一个(left:-***px)如果图片宽度为1440px修改为(left:-245px)如果图片宽度为1920px修改为(left:-485px)

固定背景图片代码:

body{ background-image:url( http://图片背景地址1920*950) ); background-repeat:no-repeat; background-position:center; background-attachment:fixed;}

本文来源:https://www.wddqw.com/doc/f83d98f46137ee06eff91861.html