您好!欢迎访问家园网-www.jy.wang!

家园网

怎样让背景图像不滚动

网络 作者:本站 点击:

<body background="cnshell.gif" bgproperties="fixed"> 

 

或用CSS样式表定义: 
<style type="text/css"> 
<!-- 
body { background-image: url(image/bg.gif); background-attachment: fixed} 
--> 
</style>

标签: