让IFrame透明效果,里加一个allowTransparency=”true”就行了.比如:

1
<iframe width="100%" align="center" id="test" name="test" frameborder="0" scrolling="no" src="2.html"  allowTransparency="true" ></iframe>