中国网站美工网!网页设计者的天堂!
本站特色:HTML网页模版下载    
  您的位置:

首页 >> 网页特效 >> 链接特效 >> 正文

相关信息

网页小技巧:如何去除超链接的下
又一个鼠标移到按钮上就会出现跳
链接文字的渐变效果
一种隐藏URL的方法 (并是弹出无
网页加入到收藏夹特效
先点击指定链接,才能看到受限制
鼠标移到链接上,文字本身及背景
提示特效打字效果
鼠标移到按钮上就会出现跳马灯式
有没有看过会旋转的链接? 请看
翻转的超链接
色彩变幻的链接
单行卷轴加链接
闪烁的连接

网页十字显现

网页十字显现


来源: 不详 | 时间: 2005-12-22 19:39:39 | 人气:

 

网页十字显现

要完成此效果需要两个步骤

第一步:把如下代码加入到<head>区域中

<style type="text/css">
#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: #CC9900; text-decoration: none; cursor: default}
a:hover { color: #FF0000; text-decoration: none; cursor: default}
.article {
BORDER-BOTTOM: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; FILTER: revealTrans(transition=23,duration=0.5) blendTrans(duration=0.5); POSITION: absolute; VISIBILITY: hidden
; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; color: #CC9900}
</style>
<SCRIPT>

function high(which2){
theobject=which2
highlighting=setInterval("highlightit(theobject)",50)
}
function low(which2){
clearInterval(highlighting)
which2.filters.alpha.opacity=40
}
function highlightit(cur2){
if (cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
function navChange(formName, popupName, target) {
var popup = document[formName].elements[popupName];
if (popup.options[popup.selectedIndex].value != "") {
window.open(popup.options[popup.selectedIndex].value, target);
popup.selectedIndex=0;
}
}
function Show(divid) {
divid.filters.revealTrans.apply();
divid.style.visibility = "visible";
divid.filters.revealTrans.play();
}
function Hide(divid) {
divid.filters.revealTrans.apply();
divid.style.visibility = "hidden";
divid.filters.revealTrans.play();
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
</script>
<script>
function tmt_LayerSlider(targetNN, targetIE, x, y, step, delay) {
var changed = false;
if (document.layers) {
target = eval(targetNN);
if (eval(target.moving)) {
clearTimeout(target.tmtSlide);
}
if (target.left > x) {
target.left -= eval(step);
changed = true;
}
if (target.left < x) {
target.left += eval(step);
changed = true;
}
if (target.top > y) {
target.top -= eval(step);
changed = true;
}
if (target.top < y) {
target.top += eval(step);
changed = true;
}
if (changed) {
target.moving = true;
target.tmtSlide = setTimeout("tmt_LayerSlider(\"" + targetNN + "\",\"" + targetIE + "\",\"" + x + "\",\"" + y + "\",\"" + step + "\",\"" + delay + "\")", delay);
} else {
target.moving = false;
}
} else {
if (document.all) {
IEobjStr = targetIE.replace("['", ".");
target = eval(IEobjStr.replace("']", ""));
if (eval(target.moving)) {
clearTimeout(target.tmtSlide);
}
if (target.style.pixelLeft > x) {
target.style.pixelLeft -= eval(step);
changed = true;
}
if (target.style.pixelLeft < x) {
target.style.pixelLeft += eval(step);
changed = true;
}
if (target.style.pixelTop > y) {
target.style.pixelTop -= eval(step);

本新闻共2页,当前在第1页  1  2  

 
  上一篇:有没有看过会旋转的链接? 请看...... (爽啊。)  下一篇:鼠标移到按钮上就会出现跳马灯式样的说明文字
Copyright © 2005 - 2006 WEB600.Net,All Rights Reserved
业务联系 QQ 站长:106324307 美工:270348300 程序:63888546
E-mail: 3235183@163.com MSN: fuqiyangru@hotmail.com
中国网站美工网--网页设计者的天堂! 陕ICP备06005517号
本站资源来自互联网 如果侵犯您的权利 请通知我们 我们会尽快删除