CSS做一个超链接的陷下效果
代码如下:
<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://homepage.yesky.com/">把鼠标放上来看看效果---</A>
<A HREF="http://homepage.yesky.com/">这里是天极网页陶吧</A><script language="<a href="javascripthttp://www.knowsky.com/article.asp?typeid=36">javascript</a>">
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>
本文标题为:CSS做一个超链接的陷下效果
基础教程推荐
- 使用HTML5中postMessage知识点解决Ajax中POST跨域问题 2022-10-17
- Ajax实现关键字联想和自动补全功能及遇到坑 2023-02-23
- vue在install时node-sass@4.14.1 postinstall:node scripts/build.js错误解决 2023-07-09
- ajax异步加载图片实例分析 2022-12-18
- AJAX实现数据的增删改查操作详解【java后台】 2023-02-23
- Ajax实现简单下拉选项效果【推荐】 2022-12-28
- JavaScript开发简单易懂的Svelte实现原理详解 2023-08-12
- JavaScript函数this指向问题详解 2023-08-12
- html网页中使用希腊字母的方法 2022-09-21
- 【vue】三种获取input值的写法 2023-10-08
