| CSS+DIV网页特效欣赏:非常酷的角BANNER |
|
| 来源:天极网 2006年05月29日 21:14 网友评论:0条 点击: |
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+DIV设计实例:超酷的竖排导航栏 下一篇:透明的(transparence)CSS菜单 |
|
|
| 【收藏此页】【打印】【关闭】 |
|