(@_@;)我是程序猿,我编程,我快乐,知识改变命运,技术成就梦想   oh yeah!合作VX "w6668263" 联系Email:ye583025823@126.com

让iframe调用页面的背景透明

iframe标签上加了一个 allowtransparency="true"

<iframe src="http://www.ylsapt.com/ProductSearch.html" width="100%" height="214" frameborder="0" scrolling="no" allowtransparency="true"></iframe>

 iframe页面需要书写一行body的css

<body style="background:transparent;">  

就OK了

posted on 2014-07-14 09:04  一个草率的龙果果  阅读(20526)  评论(0编辑  收藏  举报

导航