検索

ホームページ  >  に質問  >  本文

フレームの行を使用してページを上、中、下の部分に分割し、真ん中の部分を左右の部分に分割するにはどうすればよいですか?

質問のように、解決してください。

季风季风2427日前1360

全員に返信(2)返信します

  •  

     2018-03-23 16:34:12

    <html>


    <frameset rows="30%,70%">


    <frame src="/example/html/frame_a.html" noresize="noresize"> ;

    <frameset rows="50%,50%">

    <framesetcols="25%,50%,25%">

    <frame src="/example/html/frame_b .html" noresize="noresize">

    <frame src="http://localhost:8080/Shopping/List.jsp?value=商品" noresize="noresize"scrolling="no">

    <frame src="http://www.baidu.com" noresize="noresize">

    </frameset>

    <frame src="/example/html/frame_a.html" noresize=" noresize">

    </frameset>



    </frameset>


    </html>

    返事
    1
  • 季风

    ありがとうございます、やっとこの考えが理解できました!

    季风 · 2018-03-26 17:08:31
     

    どういたしまして

      · 2018-03-26 17:09:37
  • キャンセル返事