您现在的位置: PQ秀秀网 >> 网页设计 >> WEB标准 >> 正文 用户登录 新用户注册
CSS做一个超链接的陷下效果
作者:佚名    教程来源:不详    点击数:加载中...    更新时间:2008-5-11 字体:[ ]
添加到收藏: 添加到百度收藏  收藏到QQ书签  添加到雅虎收藏  添加到新浪ViVi  添加到天极网摘  添加到和讯网摘

以下为引用的内容:
<style>
A:link,A:visited ,A:active {TEXT-DECORATION: none}
A:hover {text-decoration : none; position : relative; top : 1px; left : 1px}
</style>

<A HREF="http://www.chinaz.com/">把鼠标放上来看看效果---</A>
<A HREF="http://www.chinaz.com/">这里是天极<a href="http://www.chinaz.om/" class="bluekey" target="_blank">网页</a>陶吧</A><script language="Javascript">
var now = new Date();
document.write("<img src='http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer="+escape(document.referrer)+"&rand="+ now.getTime()  + "&cur="+escape(document.URL)+"' border='0' alt='' width='0' height='0'>");
</script>
<noscript>
<img src="http://counter.yesky.com/counter.shtml?CID=54197&AID=-1&refer=noscriptcounter&cur=noscriptcounter" border='0' width='0' height='0'/>
</noscript>

教程录入:andy    责任编辑:andy 
  网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)