设置iframe无边框

.foot{
    width:100%;
    margin:0px auto;
    margin-top:0px;
    height:247px;
    background-image:url(images/dibu_bj.png);    
    }


<iframe src="../buttom.html" width="80%" scrolling="no" name="bottomFrame"

 noresize="noresize" id="bottomFrame" frameborder="0" class="foot"
 marginheight="0" marginwidth="0" ></iframe>

你可能感兴趣的:(设置iframe无边框)