|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
学习这篇入门教程之前,请确定你已经具有了一定的HTML基础。
<style>
.test{position:relative;color:#0000cc;text-decoration:none;font-size:12px;}
.test:hover{background:none;}
.testspan{display:none;}
.test:hoverspan{display:block;position:absolute;top:20px;left:8px;border-bottom:2pxsolid#eee;border-right:2pxsolid#eee;}
.test:hoverspanp{border:1pxsolid#ccc;background:#fff;color:#000;padding:5px;text-align:left;font-size:12px;}
</style>
<aclass="test"href="#">链接一<span><p>静态网站制造指南_www.ckuyun.com</p></span></a>
<aclass="test"href="#">链接二<span><p>静态网站制造指南_www.ckuyun.com</p></span></a>
<aclass="test"href="#">链接三<span><p>静态网站制造指南_www.ckuyun.com</p></span></a>
保留为htm扫瞄
</p>
可以增加更多的用户而不需要建立独立的版本。可以一次设计,随处发布。 |
|