<!DOCTYPE html><html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head><meta charset="utf-8" /><title>三列布局</title><style type="text/css">body{margin:0;padding:0;}.left{width:188px;height:200px;background:red;position:absolute;left:0;top:0;}.right{width:200px;height:260px;background:blue;position:absolute;right:0;top:0;}.mid{height:220px; background:purple;margin:0 200px 0 188px;}</style>
</head>
<body><div class="left"></div><div class="mid">gdfgdgggggggggggggggggggggghfg打得过烦得很gggggggggg</div><div class="right"></div>
</body>
</html>
