设div的背景色透明时,只要一句话
 background:transparent;

设置frame的背景色透明时

框架对应的页面background:transparent;

框架还要设置一个属性

allowTransparency="true"

这样就OK了