1. 程式人生 > >ifame實現左側導航欄右側內容

ifame實現左側導航欄右側內容


<div id="left" style="float:left;width:200px;height:100%;"> 
  <a href ="userlist.do" target="frame"><li>使用者管理</li></a> 
  <a href="" target="frame"><li>角色管理</li></a>
  <a href="" target="frame"><li>許可權管理</li></a>
</div> 

<div id="right" style="height:100%;width:auto;margin-left:200px;">
   <iframe    id="iframe"  name="frame"   scrolling="no"  frameborder="0" height="100%" width="100%"></iframe>  
</div>