2009年10月18日星期日

teamwork is a abilit

teamwork is a ability to work together towards a common vision,it is the fuel that allows commom people to attain uncommon results.

2009年10月13日星期二

margin and margin-*

margin and margin-* 's space result problem:half of value In Ie equals whole value In Other browers.

2009年10月10日星期六

In firefox2 ,text in

In firefox2 ,text input:cursor missing,border distorted,caused by containing div style:overflow-x or y is auto,instead of overflow:hidden. don't put form in another form,otherwise the inner form will be disappear,and the input elements will belong to the outter form.

if define two or mor

if define two or more divs' width is the same,and they contains each other,In IE6,the text in the bottom will display repeatly.

word-wrap: break-wor

word-wrap: break-word; word-break: normal; for not break word in IE.

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]