`
文章列表

hover bug

伪类bug: .search_rs_lbox a.zone_img { border:1px solid #cbcbcb; float:left; position:relative;} .search_rs_lbox a.zone_img img{width:83px; height:89px; display:block;padding:4px;} .search_rs_lbox a.zone_img:hover{ border:1px solid #ff3300} .search_rs_lbox a.zone_img:hover img{ background-colo ...
引用 /*----->>常用图标列表<<-----*/ .app_icon_coin{ display:-moz-inline-box;display:inline-block;*display:inline;*zoom:1;width:16px; height:16px; margin:0 4px; background:url(/app_images/sprite_icon/sprite_icon_a.png) no-repeat 0 -205px; vertical-align:text-bottom} 碰到的bug解决 .app_ul_a{ font ...
<!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; chars ...
上传插件; http://www.uploadify.com/ 表单美化插件  jqTransform http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
示例代码: <!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> <title>插件4,between</title> <meta ...
<!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 ...
超强1000个jquery极品插件 http://hi.baidu.com/phpzhang/blog/item/004294db8d142e6ed1164e1f.html http://hi.baidu.com/phpzhang/blog/item/3db8f160c84122d78cb10d18.html
DIV+CSS:长串英文数字强制折行问题 在网站实际应用中,经常会遇到英文数字长串后不折行的bug,利用CSS可以解决这个问题。 < style type=”text/css”> < !– div { width:300px; word-wrap:break-word; border:1px solid red; } –> < /style> < div>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…..< /div> < scrip ...
<script> $(document).ready(function() { $('#fixem').bind('click',function(){$('.block').equalHeights();}); $('#breakem').bind('click',function(){$('.block').css('height','auto')}); }); </script> /** * Equal Heights Plugin * Equalize the heights of elements. Great for colu ...
<img id="myImage" src="small_144.jpg" width="640" /> var img = new Image( ) ; img.src = "http://imghost/big_640_480.jpg" ; img.onload = function( ) { document.getElementById ( 'myImage' ) .src = this.src ; 6.} 思路:   大的下载下来。小的时候在下载的过程当中。。进行下载。 ...
js中call,apply,setCapture,releaseCapture的使用 setCapture函数的作用就是将后续的mouse事件都发送给这个对象,releaseCapture就是将鼠标事件还回去,由 document、window、object之类的自行来处理,这样就保证了在拖动的过程中,不会由于经过了其它的元素而受到干扰。另外,还有一个很重 要的事情是,在Win32上,mouse move的事件不是一个连续的,也就是说,并不是我们每次移动1px的鼠标指针,就会发生一个mousemove,windows会周期性检查mouse 的位置变化来产生mousemove的事件。所以,如 ...
var AutoClick = {     TimeoutID: null,     ClickTarget : null,     mouseover: function(ev) {         try {             var localName = ev.target.localName;         }catch(e) { }         if (localName.toLowerCase()=='a' && ev.target.             href.indexOf('javascript:')==-1) { ...
css实现 <style media="print"> .Noprint { DISPLAY: none } .PageNext{ PAGE-BREAK-AFTER: always } </style> 第一个在不需要打印的标签上添加(子标签也将不被打印),第二个在需要换行的标签处添加(该标签所表示的内容将在当前打印的一页内) 接下来通过调用最基本的js语句 window.print()就可实现页面局部打印了,很easy吧!
1.html,xml及json的响应 text/xml-----responseXML属性接收到xml文档的一个解析后的表示.这个属性的值是一个DOM Document. JSON 以javascript对象和数组直接量的形式来编码数据,叫JSON. HTTP.getResponse=function(request){ switch(request.getResponseHeader("Content-Type")){ case 'text/xml': return request.responseXML; case 'text/j ...
W3C:W3C释义 W3C是英文 World Wide Web Consortium 的缩写,中文意思是W3C理事会或万维网联盟。W3C于1994年10月在麻省理工学院计算机科学实验室成立。创建者是万维网的发明者Tim Berners-Lee。 W3C组织是对网络标准制定的一个非赢利组织,像HT... W3C组织:W3C组织是对网络标准制定的一个非赢利组织,W3C是World Wide Web Consortium(万维网联盟)的缩写,像HTML、XHTML、CSS、XML的标准就是由W3C来定制。 W3C的官方网站网址为 http://www.W3C.org 根据W3C官方网站的介绍,W3C会 ...
Global site tag (gtag.js) - Google Analytics