当前位置:编程学习 > html/css >>

非常酷的角BANNER

答案:

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

来源:天极网

上一个:CSS 中关于字体处理效果的思考
下一个:用CSS实现表单form布局

CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,