<frameset cols="900,*" frameborder="NO" border="0" framespacing="0" name="forum" >
    <frame src="leftpage.aspx" name="leftFrame"  id="leftFrame" >   
    <frame src="TwoPage.aspx?id=<%=ssss() %>" name="mainFrame" scrolling="no">
   </frameset>
很简单的一个框架,左侧是一个大图,定义850高,会超过页面高度,出现滚动条,当然,我需要,
左侧是一个滚动框,显示一些简单信息,像新闻一样的东西
leftpage页面的滚动条不出现中间,出现在右侧的办法。
请指教,最好有代码,实例!!!!!!!~~~~~顶个!

解决方案 »

  1.   


    <frameset cols="*,1024,*">
    <frame src="about:blank"></frame>
    <frameset rows="50,*,50">    
    <frame></frame>
        <frame></frame>    <frame></frame>
    </frameset>
    <frame src="about:blank"></frame>
    </frameset>
      

  2.   

    给一段iframe的代码吗,自己改改
    <table width="100%" border="0" cellspacing="0" cellpadding="1" background="images/c_bg.png">
      <tr>
       <td width="77%" height="68" ><p style="display:block; width:244px; margin-left:50px; background:url(images/wz.gif); height:31px"></p></td>
       <td width="23%" ><input type="image" src="images/sysout.gif" onClick="loginOut()"></td>
      </tr>
    </table>
    <table width="100%" border="0" height="100%" cellspacing="0" cellpadding="1">
      <tbody>
      <tr>
        <td width="158" bgcolor="#e4fdda" valign="top" height="100%" id="std">
         <iframe src="LeftMenu.asp" frameBorder=0 noResize style="Z-INDEX: 1; VISIBILITY: inherit;width:158px;height:100%" marginheight="0" marginwidth="0" scrolling="no"></iframe>
        </td>
        <td width="5" align="center" valign="top" bgcolor="#dbfdce"><img src="images/arr_left.gif" onClick="arrPress()" style="cursor:pointer"></td>
        <td height="100%"  valign="top" bgcolor="#eafde1"><iframe frameborder="0" noresize="noResize" style="Z-INDEX:2; VISIBILITY: inherit;width:100%;height:100%" marginheight="0" marginwidth="0"  name="TreeRight" src="admin_home.asp"></iframe></td>
      </tr>
      </tbody>
    </table>