标签:
或用CSS样式表定义:
<style type="text/css">
<!--
body { background-image: url(image/bg.gif); background-attachment: fixed}
-->
</style>
怎样让背景图像不平铺?
CSS样式表定义:
<style type="text/css">
<!--
body { background-image: url(image/bg.gif); background-repeat: no-repeat}
-->
</style>
例说:CSS样式怎么样定位背景图像的居中、平铺、拉伸?
【说明】
左上角
左下角
background-position:0% 100%;或者left bottom;
右下角
background-position:100% 100%;或者right bottom;
Copyright © 1998-2028 一苇工作室 版权所有