<html> <head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>父页面</title>
</head> <body bgcolor="#FF0000">
<iframe src="index.htm" allowTransparency="true"></iframe>
</body> </html> <html> <head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>子页面</title>
<style type="text/css">
body
{
background-color: transparent;
}
</style>
</head> <body> </body> </html>
相关文章
- Sublime如何设置背景透明
- C++模板编程:如何使非通用的模板函数实现声明和定义分离
- 如何设置word里的代码格式,使之有底纹的效果
- iframe标签用法详解(属性、透明、自适应高度)
- 如何修改iframe内的页面的元素的样式。。。。
- 安卓app中嵌入一个H5页面,当手机系统设置字体变大时,如何使H5页面的字体不会随用户自己调整的系统字体变化而变化?
- mybatis generator如何定制JavaTypeResolver,使smallint类型的数据库字段在po中的类型为Integer?
- 用Photoshop处理图片使背景透明
- android 如何设置背景的透明度
- 如何设置TextView控件的背景透明度和字体透明度