清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>
<html> <head> <title>简易小说</title> <link rel="stylesheet" type="text/css" href="reset.css"> <style type="text/css" media="screen"> #frame1{ height: 100%; width: 200px; position: absolute; top: 0; left: 0px; background-color: #0f0; } #frame2{ height: 100%; width: 200px; position: absolute; top: 0; left: 200px; background-color: #f00; } #frame3{ height: 100%; background-color: #099; margin-left: 400px; } </style> </head> <body> <div id="frame1"></div> <div id="frame2"></div> <div id="frame3"></div> </body> </html>