首先:在iframe标签中加入 allowtransparency="true"属性
然后:在调用的页面的
文章关键字 ‘CSS’

IE下如何设置iframe背景透明





DIV相对于父DIV底部对齐
DIV相对于父DIV底部对齐 <style type="text/css"> .box1 {border:1px #cccccc solid; width:500px; height:600px;position:relative;} .box2 {border-top:1px #cccccc solid; background:#f2f6fb; width:498px; height:22px; position:absolute; bottom:0;} </style> <div> <div></div> </div> 重点是:bottom:0;


如何让网页同时兼容FireFox和IE
div 的垂直居中问题: vertical-align:middle; 将行距增加到和整个DIV一样高 line-height:200px; 然后插入文字,就垂直居中了。缺点是要控制内容不要换行。