} 从左到右分别对应 FF,IE8 IE7 IE6-各浏览器CSS hack兼容表:IE6 IE7 IE8 Firefox Chrome Safari!important Y Y_Y*Y Y*+Y \9 Y Y Y \0 Y nth-of-type(1)Y Y 代码示例:#test{ color:red;所有浏览器都支持*/color:red!important;Firefox、...
得到事件 function getEvent(){ if(window.event){return window.event;} func=getEvent.caller;while(func!null){ var arg0=func.arguments[0];if(arg0){ if((arg0.constructor=Event|arg0.constructor=MouseEvent|arg0.constructor=...