2009年9月24日星期四
2009年9月23日星期三
IE:set width to SPAN
IE:set width to SPAN ,should config this < display:inline-block; width:400px; >will work.
2009年9月22日星期二
IE css imcompatible:
IE css imcompatible: first,margin in IE produce the space is twice than others,so can set it different value with '!important'. second,word-wrap is default in firefox,but not in IE,set it explicit,just like above. third,png images in Ie aren't transparent.
margin-right:10px !i
margin-right:10px !important;margin-right:20px; this will display 20 in IE ,10 for other browser.
2009年9月20日星期日
2009年9月18日星期五
var timer; function
var timer; function A{...timer=setInterval("movebody()",100);} function movebody(){...move step...if() clearInterval(timer)...}
don't use animate of
don't use animate of jquery in safari, write the animation with setInterval directlly.
订阅:
评论 (Atom)
