div+css(一)
------------------------1width:100%显示边框时时100%的宽度height:100%显示时是靠内容撑起来的,没有内容显示没有高度<div><div></div></div>第一个div显示weight height100%第二个div显示自己需要的定高,定宽------------------------2<div onmouseover=""onmouseout="">js中$("#id").mouseover $("#id").mouseout------------------------3height:30px;padding_top:10px;则这个div高度为40px;<div><div style="margin-top:100px;"></div></div>效果是第一个div偏离,第二个与第一个div相对位置没变 没搞清楚???????????????