背景图片居中 - 中国WEB开发者网络 (http://www.webasp.net) -- 网页特效 (http://www.webasp.net/javascript/) --- 背景图片居中 (http://www.webasp.net/javascript/1/200.htm) |
| -- 发布日期: 2004-06-18 |
| <!-- 网页特效代码由[中国WEB开发者网络:http://www.ChinaWebDev.com]提供! --> <!-- 要实现此效果需要 1 个步骤: --> <!-- 第 1 步: --> <!-- 把下面的代码加到<HEAD></HEAD>区域中: --> <STYLE TYPE="text/css"> <!-- BODY {background-image: URL(http://www.webasp.net/images/logo.gif); background-position: center; background-repeat: no-repeat; background-attachment: fixed;} --> </STYLE> |
| webasp.net |