body {text-align:center;} *{margin:0; padding:0; border:0} /* 设置link为子对象定位基点(子对象将相对父容器定位) */ #link {position:relative;width:80%; height:100%;margin:0 auto;} /* 设置所有链接透明度 */ /*#link a {filter:alpha(opacity=100);-moz-opacity:0.5;opacity: 0.5;} */ /* 把所有链接设置为绝对定位,设置内补丁,设置边框,设置显示模式,设置文本缩进,设置链接修饰,设置背景图片 */ #link a {position:absolute;padding:10px;border-width:2px;display:block;text-indent:-9999px;text-decoration:none;background-color: red;} /* 设置各链接区域位置与高宽 */ #link a.on1 {width:80%;height:20%;left:20%;top:190%;}