<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>测试主页面</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<meta http-equiv="Content-Type" content="text/html; charset=gbk" />
<style>
/* for all browsers that understand min-width */
.container {position:relative; width:90%; min-width:800px;}
.holder {display:block; color:#000;}
/* method 1 a bodge for IE5.5 and IE6 browsers */
* html .container {border-right:800px solid #fff;}
* html .holder {display:inline-block; position:relative; margin-right:-800px;}
</style>
</head>
<body>
<div class="container">
<div class="holder">
<h2>test here abc def test here abc def test here abc def test here abc def test here abc def test here abc def test here abc def </h2>
</div>
</div>
</body>
</html>