• [Web前端] JS实现 Tip效果 提示信息 支持图片 (Alt或Title) 日期:2015/12/3 22:23:00点击:868来源:互联网

    <html><head><title>www.flyso.cn---可定义的提示</title><script src="/myfile/js/ToolTip.js" type=text/javascript></script><style>body{ font-size:12px}</style><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body><div id=toolTipWindow style="BORDER-RIGHT: #cccccc 3px soli...

  • [Web前端] 从浏览器下面弹出窗口提示 日期:2015/12/3 22:22:00点击:872来源:互联网

    <SCRIPT Language=Javascript>var oPopup = window.createPopup();var popTop=50;function popmsg(msgstr){var winstr="<table width=\"261\" height=\"180\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";winstr+="<tr><td align=\"center\"><table width=\"90%\" height=\"180\" border=\...

  • [Web前端] 文本框的下拉提示 日期:2015/12/3 22:22:00点击:848来源:互联网

    <script language="javascript">var intIndex=0;arrList = new Array();arrList[intIndex++] = "www.<a href="index.html" target="_blank">flyso</a>.cn";arrList[intIndex++] = "<a href="index.html" target="_blank">flyso</a>@163.com";arrList[intIndex++] = "b22dsafsdf";arrList[intIndex++] = "c3...

  • [Web前端] 改变了一下Alert的样式 日期:2015/12/3 22:21:00点击:744来源:互联网

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="gb2312" ><head> <meta http-equiv="content-type" content="text/html; charset=gb2312" /> <meta name="author" content="Smiling Dolphin&quo...

  • [Web前端] 快速显示Alt或Title提示信息 日期:2015/12/3 22:20:00点击:830来源:互联网

    <a href="#" title="www.<a href="index.html" target="_blank">flyso</a>.cn">www.<a href="index.html" target="_blank">flyso</a>.cn</a><script>var sPop = null;var postSubmited = false;document.write("<style type='text/css'id='defaultPopStyle'>");document.write(".c...

  • [Web前端] JS实现的ALT及Title重定义提示框效果 日期:2015/12/3 22:20:00点击:877来源:互联网

    <html><head><title>Untitled Document</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head><body><p> <SCRIPT language=JavaScript>//***********默认设置定义.*********************tPopWait=5;//停留tWait豪秒后显示提示。tPopShow=5000;//显示tShow豪秒后关闭提示showPopStep=20;popOpacity=99;//**************...

  • [Web前端] 跟随滚动条移动的图片 日期:2015/12/3 22:19:00点击:862来源:互联网

    <STYLE type="text/css">#floater {POSITION: absolute; HEIGHT: 0px;}</STYLE><script language="JavaScript"><!--//more javascript from http://www.flyso.cnvar Xpos = 0;var Ypos = 0;var Ygravity = 0.9;var scrollPos = 0;var oldScrollPos = 0;function FloatMenu() {docWidth = 700; // update document widthdocHeight = document.body.clientHeight; // update document hei...

  • [Web前端] 强制弹出页面+自动最小化广告代码 日期:2015/12/3 22:18:00点击:823来源:互联网

    这个弹窗代码,效果很好,不过有点复杂!请细看!这里涉及三个页面:弹窗页:1.htm 放置弹窗代码的页面中间页:2.htm 中间过度页面弹出页:3.htm 被弹出的页面在1.htm放入代码如下:主要是通过对话框强制弹出2.htm,大小为0,0<script language="javascript">focusid=setTimeout("focus();window.showModelessDialog('2.htm','','scroll:1;status:1;help:1;toolbar=1;resizable:1;dialogWidth:0px;...

  • [Web前端] 省市县多级关联(联动)菜单 日期:2015/12/3 22:17:00点击:840来源:互联网

    <html><head><title>www.<a href="index.html" target="_blank">flyso</a>.cn--省市县关联菜单</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style>body,select{font-size:9pt;font-family:Verdana;}a{color:red;text-decoration:none;}a:hover{text-decoration:underline;}</style><SCRIPT...

  • [Web前端] 打字效果的新闻标题 日期:2015/12/3 22:17:00点击:897来源:互联网

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title>www.flyso.cn--打字效果的新闻标题</title><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">body{font-size:14px;font-weight:bold;}</style></head><body>最新内容:<a id="Hot...

  • [Web前端] 全选页面中所有的复选框 日期:2015/12/3 22:16:00点击:888来源:互联网

    <script language="javascript">function checkAll(){ var a = document.getElementsByTagName("input"); if(a[0].checked==true){ for (var i=0; i<a.length; i++) if (a[i].type == "checkbox") a[i].checked = false; } else { for (var i=0; i<a.length; i++) if (a[i].type == "checkbox") a[i].checked = true; }}</script><a href="javascript:checkAl...

  • [Web前端] 效果直逼flash的CSS+DIV+JS菜单 日期:2015/12/3 22:16:00点击:917来源:互联网

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>www.<a href="index.html" target="_blank">flyso</a>.cn--css 菜单</title><style>body{background-color:#B8B8A0;}#fbtn{display:none;overflow:hidden;border-style:solid;border-width:1px;border-color:#e1e1c9 #e1e1c9 #6e6e56 #6e6e...

  • [Web前端] 模仿AS效果的导航菜单 日期:2015/12/3 22:15:00点击:911来源:互联网

    <html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>www.flyso.cn--模仿as效果的导航菜单</title><style type="text/css"><!--a:link,a:visited { text-decoration: none; color: #666666 }a:hover { text-decoration: underline }#hor1 { position:absolute; left:320px; top:20px; width:220px; height:20px; z...

  • [Web前端] JS定时执行一个URL 日期:2015/12/3 22:14:00点击:953来源:互联网

    var html = "";html += "<html><head><title>运行窗口</title></head><body>";html += "<font face=verdana></font>";html += "</body></html>";// Create Internet Explorer Objectie = new ActiveXObject("InternetExplorer.Application");// Define how the window should lookie.left = 50;ie.top= 50;ie.he...

  • [Web前端] 漂浮广告代码 日期:2015/12/3 22:14:00点击:923来源:互联网

    <script type="text/javascript">function hidead(){document.getElementById("ad").style.display="none";}</script><div id="ad" style="position:absolute"><DIV onclick="hidead();" style="FONT-SIZE: 9pt; CURSOR: hand" align=right>关闭效果×</DIV><a href="http://www.flyso.cn" target="_blan...

  • [Web前端] 又一种左右DIV高度保持一致的方法 日期:2015/12/3 17:56:00点击:867来源:互联网

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>www.flyso.cn--又一种左右DIV高度保持一致的方法</title> <styl...

  • [Web前端] 左右高度对齐DIV 日期:2015/12/3 17:50:00点击:895来源:互联网

    <style type="text/css"> <!--#left { background-color:#0000CC;float:left;width:100px;} #right { background-color:#000000;float:right;width:200px;} #contain {width:300px;height:400px;clear:both;} --> </style> <div id="contain"> <div id="left"> <br/ ><br/ ><br/ ><br/ ><br/ > </div> <div id="right&...

  • [Web前端] 后台另类联动菜单效果 日期:2015/12/3 17:49:00点击:827来源:互联网

    只展开一个:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="UTF-8">< head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language&q...

  • [Web前端] 顺序显示层 日期:2015/12/3 17:48:00点击:949来源:互联网

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">< html xmlns="http://www.w3.org/1999/xhtml">< head>< meta http-equiv="Content-Type" content="text/html; charset=gb2312" />< title>顺序显示层-www.flyso.cn</title>< style type="text/css&...

  • [Web前端] CSS+DIV 相册 日期:2015/12/3 17:48:00点击:857来源:互联网

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">< html xmlns="http://www.w3.org/1999/xhtml">< head>< meta http-equiv="Content-Type" content="text/html; charset=utf-8" />< title>www.flyso.cn 相册</title>< style> body{ margin:0; padding...

Copyright © 2005 - 2016 flyso.cn. 飞搜 版权所有 鄂ICP备11002783号-3