<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>最小宽度限制</title>
<style type="text/css">
body{ margin:0 auto }
#wrap{
height:300px;
margin:0 auto;
background:#ccc;
width:expression(document.body.clientWidth <= 600? "600px": "auto" );
min-width:600px;
}
</style>
</head>

<body>
<div >
  阳台山风景区是距离北京较近的一处旅游景点,位于海淀区,交通方便,特别是北清路(北安河到清河)修通后,交通更方便了。这个景点与别处不同的是,汽车可以一直开到位于山腰上的金山寺,(从山下的公园正门到金山寺一般人要走一个小时),从颐和园到金山寺的距离只有18公里。
</div>
</body>
</html>

相关文章:

  • 2021-08-09
  • 2022-12-23
  • 2021-06-09
  • 2021-08-21
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-03-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
相关资源
相似解决方案