将所有的 frame 的 frameborder = "No"(<frame src="f1.htm" frameborder="NO">)
然后给需要'框架'的子页面的body定义style的border属性,其中border-style设为ridge看起来比较象.
这样说起来可能不直观.有什么问题请再提出来.

解决方案 »

  1.   

    多谢,可惜border-style:ridge;border-width:2 时模拟的效果不是很理想,尽管如此,我还是决定给你50分
      

  2.   

    我用的border-width = 5,的确有偏差。
    惭愧...
      

  3.   

    试试这个,挺有趣的:)
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <style type="text/css">
    <!--
    .m { border-Style: none; border-width: 2px 0px 0px 0px}
    -->
    </style>
    </head><frameset cols="145,865" border="0" framespacing="0">
      <frame src="f1.htm" frameborder="NO">
      <frameset rows="127,262" border="0" framespacing="3">
        <frame src="f2.htm" frameborder="NO">
        <frame src="f3.htm" frameborder="YES" class="m">
      </frameset>
    </frameset>
    <noframes>
    <body bgcolor="#FFFFFF" text="#000000"></body>
    </
      

  4.   

    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <style type="text/css">
    <!--
    .m { border-Style: none; border-width: 2px 0px 0px 0px}
    -->
    </style>
    </head><frameset cols="145,865" border="0" framespacing="0">
      <frame src="" frameborder="NO">
      <frameset rows="127,262" border="0" framespacing="3">
        <frame src="" class="m">
        <frame src="" class="m">
      </frameset>
    </frameset>
    <noframes>
    </HTML>
      

  5.   

    为什么要用style来模拟?
    可以先做普通frameset页面,然后截屏,用photoshop把分割条的那一部分另存新图片
    有了这个分割条的图片,可以到处调用(设定为单元格背景即可)
    注意横向竖向的分割条要分别截图
      

  6.   

    在这两个frame中间再加一个frame来模拟