0
好了,這是有點我想:橫幅autoheighted邊緣(絕對位置)
<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>
此我想要做什麼,唯一的事情是邊緣的高度必須是動態的,如高度爲橫幅。有解決方案嗎?
不明白你想達到什麼?讓我知道 –
我不知道你在問什麼。請澄清問題是什麼以及你想達到什麼目的。你指的是哪個「邊緣」 – Timidfriendly
請具體說明你想知道的內容。 –