最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
CSS代码实例:非常酷的角BANNER
时间:2022-07-02 12:51:45 编辑:袖梨 来源:一聚教程网
代码如下 | 复制代码 |
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;} |