iframe 透明 IE6 IE8 兼容问题!allowtransparency="true" 大家会用吗?

iframe 被引用

1.在iframe 增加: allowtransparency="true"

2.被引用的页面里body增加:

<body style="background-color:transparent">

3.设iframe 的样式为 background:none;

<iframe src="http://stock.pingan.com/fuwuzhichi/kaihuyuyue.jsp?value=hyxfyuyue&amp;WT.mc_id=" name="frame_a" allowtransparency="true" width="340" height="207" marginheight="0" marginwidth="0" frameborder="0" scrolling="no"></iframe>

就可以了!

posted on 2011-09-02 11:02  sun_吧  阅读(1657)  评论(0)    收藏  举报