嗯,这有点我想要的:
<body style="background-color: green;">
<div style="float: left; height: 40px; width: 50%; background-color: white;"></div>
<div style="float: left; height: 40px; width: 50%; background-color: black;"></div>
<div style="position: absolute; left: 50%;">
<div style="position: relative; left: -50%; border: dotted yellow 1px; background-color: green;">
<img src="http://prog.hu/site/images/logo.gif" width="100%" />
</div>
</div>
</body>
这就是我想要的,唯一的问题是边缘的高度必须是动态的,就像横幅的高度一样。有解决办法吗?