» 网友学堂 » HTML/CSS教程 » CSS DIV网页特效欣赏:非常酷的角BANNER -> 当日更新
CSS DIV网页特效欣赏:非常酷的角BANNER
作者:问天 发表时间:2007-2-15 01:12 阅读:305次 在百度搜索相关内容

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;}

#Advertisement