iframe出现滚动条的原因是:

里面的内容的高度大于了iframe的高度,所以会出现滚动条。

 <div style ="height :300px; width:100px;">
   这里面你可以随便填:

            <div style =" height :100px; width:20px;">
               <iframe   width="0" scrolling="no" src="http://www.cnblogs.com/Page/Common/pageShowVoice.aspx"  frameborder="0" scrolling="no" id="main" ></iframe>
       </div>
    </div>

 

原理就是用两个Div  .外面Div  的高度和宽度  大于  里面Div 的高度和宽度

 

 

 

构建相同的表结构

select   *   into   T_User   from  T_Users where   1=2

posted on 2010-07-06 15:30  挑战自我  阅读(132)  评论(0编辑  收藏  举报