查看文章 |
设置透明模块方框
2006年10月01日 星期日 17:10
大家有没有注意到文章列表模块是透明的,当然其它模也是透明的.
想要这们的效果,只须找到下面这三项.
.modtl 模块左上角背景{background:url(temp1/ptitl.gif) no-repeat top left;line-height:1px} .modtc 模块中上背景{background:url(temp1/ptitc.gif) repeat-x} .modtr 模块右上角背景{background:url(temp1/ptitr.gif) no-repeat top right;line-height:1px} 改成代码 .modtl{background:url() no-repeat top left;line-height:1px}{background:transparent} .modtc{background:transparent} .modtr{background:url() no-repeat top right;line-height:1px}{background:transparent} |
最近读者:
