一聚教程网:一个值得你收藏的教程网站

最新下载

热门教程

CSS代码实例:非常酷的角BANNER

时间:2008-01-26 编辑:简简单单 来源:一聚教程网

 代码如下 复制代码
Top Right Banner Style
#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(TRbanner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;}
Top Left Banner Style
#topleft {
position: absolute;
left: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(TLbanner.gif) no-repeat;
text-indent: -999em;
text-decoration: none;} 

热门栏目