<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>深山工作室 https://www.qwbm.com【链接特效】</title>
<link>https://www.qwbm.com/news.asp?id=29</link>
<description>链接特效 https://www.qwbm.com</description>
<category>链接特效</category>
<language>zh-cn</language>
<docs>https://www.qwbm.com/rss.asp</docs>
<generator>https://www.qwbm.com</generator>
<webMaster>565449214@qq.com</webMaster>
<managingEditor>565449214@qq.com</managingEditor>
<pubDate>2007-11-21 下午 23:11:35</pubDate>
<lastBuildDate>2026/5/3 9:47:34</lastBuildDate>
<ttl>20</ttl> 
<copyright>Copyright 2026 深山工作室 https://www.qwbm.com</copyright>
<item>
<guid>637</guid>
<title>a标签的javascript链接</title>
<link>https://www.qwbm.com/new.asp?id=637</link>
<description><![CDATA[&lt;a href="javascript:location.reload()"&gt;刷新&lt;/a&gt;&lt;a href="javascript:history.back(1)"&gt;后退&lt;/a&gt;&lt;A href="javascript:print();"&gt;打印本页&lt;/A&gt;&lt;A href="javascript:close();"&gt;关闭本页&lt;/A&gt;&lt;A href="javascript:shutwin();"&gt;关闭窗口&lt;/A&gt;&lt;a href="javascript:location.reload()" target="_self"&gt;刷新本页&lt;/a&gt;&lt;A mouseover="window.status='发送此页'; return true" onclick="b++; SetFirst('2');" onmouseout="window.status=''; return true" href="mailto:?subject=123146545&amp;a]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=637</source>
<category>链接特效</category>
<pubDate>2010/7/8 21:22:16</pubDate>
</item>
<item>
<guid>604</guid>
<title>网站内容中某个关键字相关右键菜单</title>
<link>https://www.qwbm.com/new.asp?id=604</link>
<description><![CDATA[

以下为详细代码
&lt;html&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
&lt;title&gt;网站内容中某个关键字相关右键菜单&lt;/title&gt;
&lt;style type="text/css"&gt;
&lt;!--

.STYLE1 {
color: #FF0000;
cursor:hand;

}
--&gt;
&lt;/style&gt;
&lt;/head&gt;
&lt;script language="JavaScript" type="text/javascript"&gt;
function fff(JSZZ,keywork)
{
var ff=sb.innerHTML;
ff=ff.replace(JSZZ,'&lt;span class="STYLE1" onmousemove="mouseMove(\''+keywork+'\')" onmouseou]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=604</source>
<category>链接特效</category>
<pubDate>2010/2/8 10:54:24</pubDate>
</item>
<item>
<guid>529</guid>
<title>利用锚点做纯CSS的图片展示效果</title>
<link>https://www.qwbm.com/new.asp?id=529</link>
<description><![CDATA[

以下为详细代码
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; 

&lt;head profile="http://www.w3.org/2000/08/w3c-synd/#"&gt; 
&lt;meta http-equiv="content-language" content="zh-cn" /&gt; 
&lt;meta http-equiv="content-type" content="text/html;charset=gb2312" /&gt; 
&lt;style&gt; 
dl { 
position:absolute; 
width:240px; 
height:170px; 
border:10px solid #eee; 
} 
dd { 
margin:0; 
width:240px; 
height:170px; 
overflow:]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=529</source>
<category>链接特效</category>
<pubDate>2009/8/24 8:15:51</pubDate>
</item>
<item>
<guid>475</guid>
<title>QQ邮箱文件中转站点击下载效果</title>
<link>https://www.qwbm.com/new.asp?id=475</link>
<description><![CDATA[

以下为详细代码
&lt;html&gt;
&lt;title&gt;QQ邮箱文件中转站点击下载效果&lt;/title&gt;
&lt;head&gt;
&lt;script type="text/javascript"&gt;
function S(i) { return document.getElementById(i); }
function download( evt, fid){
	var _event = evt ? evt : event;
	var _target = evt ? evt.target : event.srcElement;
	var _p = S( "downloadPanel" );
	_p.style.top = _event.clientY + document.body.scrollTop ;
	_p.style.left = ( _event.clientX + document.body.scrollLeft &lt; 160 ? _event.clientX + document.body.scrollLe]]></description>
<author>admin</author>
<source>https://www.qwbm.com/new.asp?id=475</source>
<category>链接特效</category>
<pubDate>2009/5/29 20:53:03</pubDate>
</item>
<item>
<guid>474</guid>
<title>Div+CSS+JS树型菜单，可刷新</title>
<link>https://www.qwbm.com/new.asp?id=474</link>
<description><![CDATA[

以下为详细代码
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312"&gt;
&lt;title&gt;Div+CSS+JS树型菜单，可刷新&lt;/title&gt;
&lt;meta name="description" content=""&gt;
&lt;style type="text/css"&gt;
&lt;!--
*{margin:0;padding:0;border:0;}
body {
 font-family: arial, 宋体, serif;
 font-size:1]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=474</source>
<category>链接特效</category>
<pubDate>2009/5/29 20:48:21</pubDate>
</item>
<item>
<guid>435</guid>
<title>淘宝产品首字母类别效果</title>
<link>https://www.qwbm.com/new.asp?id=435</link>
<description><![CDATA[
以下为详细代码
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;
&lt;title&gt;Untitled Document&lt;/title&gt;
&lt;style type="text/css"&gt;
body{font-size:12px;position:relative;font-family:Verdana, Geneva, sans-serif;}
a{color:blue;}
ul{margin:0;padding:0;list-style:none;}
#na]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=435</source>
<category>链接特效</category>
<pubDate>2009/4/25 11:05:57</pubDate>
</item>
<item>
<guid>421</guid>
<title>利用java客户端静态页面玩分页</title>
<link>https://www.qwbm.com/new.asp?id=421</link>
<description><![CDATA[
以下为详细代码
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt; 利用java客户端静态页面玩分页 &lt;/TITLE&gt;
&lt;META NAME="Generator" CONTENT="EditPlus"&gt;
&lt;META NAME="Author" CONTENT=""&gt;
&lt;META NAME="Keywords" CONTENT=""&gt;
&lt;META NAME="Description" CONTENT=""&gt;
&lt;style&gt;
* {
	font-size:10.2pt;
	font-family:tahoma;
	line-height:150%;
}
.divContent
{
	border:1px solid red;
	background-color:#FFD2D3;
	width:500px;
	w]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=421</source>
<category>链接特效</category>
<pubDate>2009/4/16 20:41:54</pubDate>
</item>
<item>
<guid>413</guid>
<title>改进了的，超强的title效果，看了之后，你肯定会喜欢。</title>
<link>https://www.qwbm.com/new.asp?id=413</link>
<description><![CDATA[
以下为详细代码
&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-

transitional.dtd"&gt;
&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;head&gt;
&lt;meta http-equiv="Content-Type" content="text/html; charset=gb2312" /&gt;
&lt;title&gt;改进了的，超强的title效果，看了之后，你肯定会喜欢。&lt;/title&gt;
&lt;style type="text/css"&gt;
&lt;!--
body,td,th {
	font-size: 14px;
}
#dypopLayer {
	font-size:14px; 
	font-family: Arial, Helvetica, sans-serif,宋体;]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=413</source>
<category>链接特效</category>
<pubDate>2009/4/5 22:53:04</pubDate>
</item>
<item>
<guid>285</guid>
<title>设置个性的文字链接样式,集齐网页上常见的链接样式</title>
<link>https://www.qwbm.com/new.asp?id=285</link>
<description><![CDATA[
以下为详细代码
设置个性的文字链接样式,集齐网页上常见的链接样式
&lt;style&gt;
.one1 {color:red;text-decoration:none;}
.one2 {color:blue;font-weight:bold;text-decoration:blink;}
.one3 {color:green;font-weight:bold;text-decoration:underline;}
.one4 {color:#000;text-decoration:inherit;}
.one5 {color:#fff;background-color:#000;text-decoration:line-through;}
.one6 {color:red;text-decoration:overline;}
&lt;/style&gt; 

&lt;a href="http://www.qwbm.com" class="one1"&gt;第一种链接颜色&lt;/a&gt;

&lt;a href="http://www.qwbm.com]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=285</source>
<category>链接特效</category>
<pubDate>2008/6/28 22:47:17</pubDate>
</item>
<item>
<guid>284</guid>
<title>网页链接十字显示就像CAD十字做标一样,效果非常好</title>
<link>https://www.qwbm.com/new.asp?id=284</link>
<description><![CDATA[
以下为详细代码
网页链接十字显示就像CAD十字做标一样,效果非常好

&lt;!--要完成此效果需要两个步骤--&gt;

第一步：把如下代码加入到&lt;head&gt;区域中--&gt;

&lt;style type="text/css"&gt; 
#leftright{ 
position:absolute; 
left:0; 
top:0; 
width:1px; 
height:1px; 
layer-background-color:black; 
background-color:#CC9900; 
z-index:100; 
font-size:0px; 
} 
#topdown { position:absolute; 
left:0; 
top:0; 
width:1px; 
height:1px; 
layer-background-color:black; 
background-color:#CC9900; 
z-index:100; 
font-size:0px; 
} a { color: #C]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=284</source>
<category>链接特效</category>
<pubDate>2008/6/28 22:32:50</pubDate>
</item>
<item>
<guid>263</guid>
<title>防止点击空链接时，页面往往重置到页首端</title>
<link>https://www.qwbm.com/new.asp?id=263</link>
<description><![CDATA[
以下为详细代码
把代码“javascript:void(null)”代替原来的“#”标记 

例如: 

原来的代码: 
&lt;a href="#"&gt;点击链接看效果&lt;/a&gt; 

替换成: 
&lt;a href="javascript:void(null)"&gt;点击链接看效果&lt;/a&gt; 



 
 
 
 
 
 
 
 ]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=263</source>
<category>链接特效</category>
<pubDate>2008/6/9 21:05:46</pubDate>
</item>
<item>
<guid>240</guid>
<title>返回上一页页面特效</title>
<link>https://www.qwbm.com/new.asp?id=240</link>
<description><![CDATA[返回上一页页面特效 


以下为详细代码
&lt;a href="javascript:history.back(-1)"&gt;返回上一页&lt;/a&gt; 

  
  
  
  
  
  
  
 ]]></description>
<author>深山行者</author>
<source>https://www.qwbm.com/new.asp?id=240</source>
<category>链接特效</category>
<pubDate>2008/6/1 21:12:33</pubDate>
</item>
</channel>
</rss>
