你用frame就可以实现的,会用dreamweaver吗?框架来做,也可以拉动,你看生成的代码里有没有noresize,有就去了

解决方案 »

  1.   

    main.htm
    <html>
    <head>
    <title>main</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <SCRIPT language=JavaScript><!--
    var iPaneWidth = 250;
    //-->
    </SCRIPT>
    </head><frameset rows="80,*" frameborder="NO" border="0" framespacing="0">
      <frame src="top.htm" name="topFrame" scrolling="NO" noresize border=0>
      <frameset rows="*" cols="119,664">
        <frame style="BORDER-RIGHT: #99ccff 1px solid; BORDER-TOP: #003366 1px solid" border=0 
    name=fraToc marginWidth=0 marginHeight=0 src="left.html" frameBorder=0 LEFTMARGIN="0" 
    TOPMARGIN="0">
        <frame style="BORDER-TOP: #003366 1px solid; BORDER-LEFT: #99ccff 2px groove" border=0 
    name=fraTopic borderColor=#6699cc frameBorder=no scrolling=yes src="right.html">
      </frameset>
    </frameset><noframes>
    <body></body>
    </noframes>
    </html>
    /_____________________________
    top.htm
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body></body>
    </html>
    /_____________________________
    left.htm
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body></body>
    </html>
    /_____________________________
    right.htm
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><body></body>
    </html>