Archive for August, 2009

2009.8.21-30

Thursday, August 27th, 2009

让 IE6 支持 position:fixed

<!– compliance patch for microsoft browsers –>
<!–[if lt IE 7]><link rel="stylesheet" href="ie-stuff.css" type="text/css" media="screen"/><![endif]–>

ie-stuff.css
程序代码 程序代码

#footer {
 position: absolute;
 bottom: auto;
 clear: both;
 top:expression(eval(document.compatMode &&
  document.compatMode=='CSS1Compat') ?
  documentElement.scrollTop
  +(documentElement.clientHeight-this.clientHeight) - 1
  : document.body.scrollTop
  +(document.body.clientHeight-this.clientHeight) - 1);
}

转自 《就这样每一天~寻找刺激》

柏林墙的故事

Sunday, August 23rd, 2009

2009.8.11-20

Friday, August 14th, 2009

曾待定义的我的三十一岁、尚待定义的台湾

Wednesday, August 12th, 2009