2009年9月24日星期四

wrap the hidden with

wrap the hidden with a div in Ie,when the style is break through.

2009年9月23日星期三

use [document.body.s

use [document.body.scrollTop] in IE instead of [window.pageYOffset]

IE:set width to SPAN

IE:set width to SPAN ,should config this < display:inline-block; width:400px; >will work.

2009年9月22日星期二

png

png

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.

help

help

Line-Break for IE: <

Line-Break for IE: < word-wrap: break-word; word-break: normal; >

margin-right:10px !i

margin-right:10px !important;margin-right:20px; this will display 20 in IE ,10 for other browser.

2009年9月20日星期日

Do you want your bee

Do you want your beefsteak rare,medium or well-done?

2009年9月18日星期五

5004860585 www.aaeex

5004860585 www.aaeexpress.com

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.