双背景图像顶部和底部

时间:2010-09-23 16:09:23

标签: html css

需要帮助这个人吗?这个问题就是如果你将缩小浏览器的草和放大器。塔正在调整大小。因为位置:固定顶部:270px;这是草和草塔将位于页面上的正确位置。如果我将顶部:0;它很好,因为它坚持在顶部,但问题是云有另一个div。有人可以帮我这个吗?

以下是链接:http://dev.htcando.com/ASC/Agrilife/

#try { position:fixed; top:270px; left:0; width:100%; height:100%;}
#try img {width:100%; height:100%;}
/*#mid {display:block; height:100%; overflow:hidden;width:100%;z-index:1;}*/
html, body { height:100%; width:100%;max-height:100%;position:relative;overflow: auto;}
#up {background:#d0efea url(images/up-img.jpg) repeat-x; } 
body  {font:bold 12px/1.6em Arial, Helvetica, sans-serif;margin: 0; padding: 0;text-align:left;color: #000000; min-width: 800px;
       min-height: 600px;}
#top {background:#8dba76; padding:5px; font-size:12px;}

HTML

<div id="try" class="img">
<img src="images/bottoms.jpg" />    </div>

<div id="up">

1 个答案:

答案 0 :(得分:-1)

我没有看到你的问题,我在IE浏览器中查看了该网站。 Chrome,它看起来很好......那究竟是什么问题?