[返回首页]
 ◎ 您当前的位置:首页 >> 站长学堂 >> 网页设计 >> Html/Css >> 正文
CSS+DIV网页特效欣赏:非常酷的角BANNER
作者:未知 来源:网上收集 发布时间:2007-3-23 16:31:56 浏览次数: 0732316511794303

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

查看效果http://www.exploding-boy.com/images/banners/banners.html

[返回上一页] [打 印]
热点文章 推荐文章 相关信息
·HTML中meta作用
·网页表单自动填写技术(gmail为例)
·根据分辨率不同调用不同的css文件
·DIV下图片自适应解决方法
·怎样在Web开发中完美控制IE标题栏
·玩转表格 让你的网页炫起来
·凸显个性 网页右键菜单我作主
·用CSS打造可折叠伸缩名片菜单
·用相对定位和负向移动完成图片象框阴
·CSS+DIV:让文本字符环绕在你的图片周
·用CSS做滑动效果的图片画廊
·CSS里也能写脚本?