登录  
 加关注
   显示下一条  |  关闭
温馨提示!由于新浪微博认证机制调整,您的新浪微博帐号绑定已过期,请重新绑定!立即重新绑定新浪微博》  |  关闭

蓝梦的博客

吸取知识传播知识让知识充实生活的每一天

 
 
 

日志

 
 
关于我

自幼与贫穷为伴,六岁开始学习针线,十岁已经承担家务大半。好不容易进了学校大门,盼到小学毕业。由于生活所迫,只好忍痛离校。又被上山下乡运动抛上了戈壁沙滩。十五年间饱偿了人间疾苦,磨灭理想,透支了健康,也燃尽了青春热能。只有学习的欲望还时隐时现。 随着返城大潮,我又回到了故乡,知识的贫乏、生活的重压、疾病的纠缠、琐事的烦恼。重新起步,谈何容易。 现在孩子虽已长大,但我依然难以摆脱困境。 可喜偏瘫了两年的我,又能行动自如了,我要把有限的时间溶入这网络的大家庭。

引用 日志内链接代码  

2009-01-09 17:06:44|  分类: 代码 |  标签: |举报 |字号 订阅

  下载LOFTER 我的照片书  |

引用

海蓝蓝日志内链接代码

                                                                  

                                                               海蓝蓝的日志内链接代码

            一、              

 

                1、文字链接            <a href="链接地址" target=_blank><FONT>输入文字</FONT></A>

                2、图片链接                     <a href="链接地址" target=_blank><img src="图片地址" width="100" height="100" border="0"></a>

                说明:  可二者合一使用。

 

            二、移动图片链接(向右)

  <marquee behavior="scroll" direction=right width="90%" height="100" scrollamount="2" scrolldelay="30" ><a target="cont" href="链接地址"><img src="图片地址" width="100" height="100" border="0"></a></marquee>

         

         三、自由飘动

       <div id="img" style="position:absolute;">
<a href="http://13475692228hl.blog.163.com/blog/edit/ " target="_blank">
<img src="http://www.iecool.com/uppic/2005-7-17/shichui/shichui1_150.jpg" border="0"></a>
</div>

<SCRIPT LANGUAGE="JavaScript">
<!--
var xPos = 20;
var yPos = document.body.clientHeight;
var step = 1;
var delay = 30;
var height = 0;
var Hoffset = 0;
var Woffset = 0;
var yon = 0;
var xon = 0;
var pause = true;
var interval;
img.style.top = yPos;
function changePos() {
width = document.body.clientWidth;
height = document.body.clientHeight;
Hoffset = img.offsetHeight;
Woffset = img.offsetWidth;
img.style.left = xPos + document.body.scrollLeft;
img.style.top = yPos + document.body.scrollTop;
if (yon) {
yPos = yPos + step;
}
else {
yPos = yPos - step;
}
if (yPos < 0) {
yon = 1;
yPos = 0;
}
if (yPos >= (height - Hoffset)) {
yon = 0;
yPos = (height - Hoffset);
}
if (xon) {
xPos = xPos + step;
}
else {
xPos = xPos - step;
}
if (xPos < 0) {
xon = 1;
xPos = 0;
}
if (xPos >= (width - Woffset)) {
xon = 0;
xPos = (width - Woffset);
}
}
function www_helpor_net() {
img.visibility = "visible";
interval = setInterval('changePos()', delay);
}
www_helpor_net();
//For more,visit:www.helpor.net
-->
</script>
     

四、

<html>

<head>
<title>

日志内链接代码 - 海蓝蓝 - 海蓝蓝的空间欢迎您</title>
</head>

<body>

<div id="helpor_net" style="position:absolute; visibility:visible; left:0px; top:0px; z-index:-1">
 <img src="http://www.iecool.com/uppic/caixin/meinv/qingchunmeinv/qingchunmeinv1_581.gif " border="0" onclick="javascript:window.open(this.src);" style="CURSOR: pointer" onload="return imgzoom(this,550)">
</div>
<SCRIPT LANGUAGE="JavaScript">
<!--
var isNS = ((navigator.appName == "Netscape")  &&  (parseInt(navigator.appVersion) >= 4));
var _all = '';
var _style = '';
var wwidth, wheight;
var ydir = '++';
var xdir = '++';
var id1, id2, id3;
var x = 1;
var y = 1;
var x1, y1;
if(!isNS) {
_all='all.';
_style='.style';
}
function www_helpor_net() {
clearTimeout(id1);
clearTimeout(id2);
clearTimeout(id3);
if (isNS) {
wwidth = window.innerWidth - 55;
wheight = window.innerHeight - 50;
} else {
wwidth = document.body.clientWidth - 55;
wheight = document.body.clientHeight - 50;
}
id3 = setTimeout('randomdir()', 20000);
animate();
}
function randomdir() {
if (Math.floor(Math.random()*2)) {
(Math.floor(Math.random()*2)) ? xdir='--': xdir='++';
} else {
(Math.floor(Math.random()*2)) ? ydir='--': ydir='++';
}
id2 = setTimeout('randomdir()', 20000);
}
function animate() {
eval('x'+xdir);
eval('y'+ydir);
if (isNS) {
helpor_net.moveTo((x+pageXOffset),(y+pageYOffset))
} else {
helpor_net.pixelLeft = x+document.body.scrollLeft;
helpor_net.pixelTop = y+document.body.scrollTop;
}
if (isNS) {
if (helpor_net.top <= 5+pageYOffset) ydir = '++';
if (helpor_net.top >= wheight+pageYOffset) ydir = '--';
if (helpor_net.left >= wwidth+pageXOffset) xdir = '--';
if (helpor_net.left <= 5+pageXOffset) xdir = '++';
} else {
if (helpor_net.pixelTop <= 5+document.body.scrollTop) ydir = '++';
if (helpor_net.pixelTop >= wheight+document.body.scrollTop) ydir = '--';
if (helpor_net.pixelLeft >= wwidth+document.body.scrollLeft) xdir = '--';
if (helpor_net.pixelLeft <= 5+document.body.scrollLeft) xdir = '++';
}
id1 = setTimeout('animate()', 30);
}
var helpor_net=eval('document.'+_all+'helpor_net'+_style);
// -->
</script>
      </body>

</html>

<a href="http://blog.163.com/13475692228hl/edit/">欢迎访问海蓝蓝的空间</a>

 

 

 

更多精彩内容 点击图片进入 日志内链接代码 - 海蓝蓝 - 海蓝蓝的空间欢迎您
  评论这张
 
阅读(254)| 评论(2)

历史上的今天

评论

<#--最新日志,群博日志--> <#--推荐日志--> <#--引用记录--> <#--博主推荐--> <#--随机阅读--> <#--首页推荐--> <#--历史上的今天--> <#--被推荐日志--> <#--上一篇,下一篇--> <#-- 热度 --> <#-- 网易新闻广告 --> <#--右边模块结构--> <#--评论模块结构--> <#--引用模块结构--> <#--博主发起的投票-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 

页脚

网易公司版权所有 ©1997-2018