让网页天气预报插件背景透明
作者:hwarker 日期:2013-01-06
让网页天气预报插件背景透明
使天气预报插件背景透明在 scrolling="no" 前面加上 allowtransparency="true" 这句代码可以使插件背景变透明。
例:<iframe src="http://m.weather.com.cn/m/pn12/weather.htm" width="230" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
使天气预报插件背景透明在 scrolling="no" 前面加上 allowtransparency="true" 这句代码可以使插件背景变透明。
例:<iframe src="http://m.weather.com.cn/m/pn12/weather.htm" width="230" height="110" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>
评论: 0 | 引用: 0 | 查看次数: -
发表评论