2012-7-19 17:56 Thursday  
<!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">
  &n...

阅读全文>>

2012-7-8 8:12 Sunday  

在写HTML代码的时候,创造在Firefox等符合W3C标准的浏览器中,如果有一个DIV作为外部容器,内部的DIV如果设置了float样式,则外部的容器DIV因为内部没有clear,导致不能被撑开。看下面的例子:
<div style="border:2px solid red;">
<div style="float:left;width:80px;height:80px...

阅读全文>>

2012-6-1 21:18 Friday  
<div style="width: 21px;padding:0;position: fixed;top: 300px;_position: absolute;_top: expression(documentElement.scrollTop + 300 + 'px');right: 0;border: 1px #CCC;border-right: none;border-radi...

阅读全文>>