IE7 loads and parses all style sheets into a form that Explorer can understand. You can then use most CSS2/CSS3 selectors without having to resort to CSS hacks.The&n...
http://www.jb51.net//article/10906.htm
[html]<html><head><meta name="GENERATOR" content="Microsoft FrontPage 6.0"><meta name="ProgId" content="FrontPage.Editor.Document"><meta http-equiv="Content-Type" content="text/html; charset=gb2312"><title>页页装载效果</ti...
http://www.jb51.net//article/10853.htm
[html]<input readonly ondblclick="this.readOnly=false" onchange="this.readOnly=true"> [/html]...
http://www.jb51.net//article/10852.htm
[html]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML><HEAD><TITLE>公告系统</TITLE><META http-equiv=Content-Type content="text/html; charset=gb2312"><!-- 原始颜色#5A614A --><STYLE typ...
http://www.jb51.net//article/10711.htm
实现文字渐淡显示的效果代码如下: <html> <head> <script> <!-- function HelpArray(len){this.length=len } HelpText= new HelpArray(5) HelpText[0]="视点闪客" HelpText[1]="智慧无边" HelpText[2]="魅力无限" HelpText[3]="十二亿中国人的最爱" HelpT...
http://www.jb51.net//article/10634.htm
duqu.htm[code]<html><body> <span id=showImport1></span> <IE:Download ID="oDownload1" STYLE="behavior:url(#default#download)" /> <script> function onDownloadDone(downData){ document.getElementById(’showImport1’).inn...
http://www.jb51.net//article/10572.htm
“点睛”的广告代码,很牛B,本想从中找出在FireFox下如何实现findText及pasteHTML类似效果的,我看了大半天,楞是没有看出个所以然来!还是自己慢慢研究吧。 [code]IE下有: var range = document.createRange(); FireFox下有: var range = document.body.createTextRange(); [/code]IE下有findText及pasteHTML,...
http://www.jb51.net//article/10564.htm
<script language="javascript">//手机检测function checkMobile(num){ reg=/^13[0-9]\d{8}$/; if(reg.test(num)){ return true; }else{ &nbs...
http://www.jb51.net//article/10560.htm
IE不是很乖,在IE里setAttribute只认一些静态属性,而像ONCLICK事件时无效的,要用attchEvent方法[html]<html><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><title>无标题文档</title></head><script type="text/javascript">var elementCount=0;f...
http://www.jb51.net//article/10557.htm
[html]<!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;&n...
http://www.jb51.net//article/10516.htm
[html]<p> <input type=file name=browse style="display:none;"> <input type=text name=file> <input type=button style="color:white;background-color: #0066CC;height:20p...
http://www.jb51.net//article/10499.htm
