I have a div with two images and an h1
.
(我有一个带两个图像的div和一个h1
。)
All of them need to be vertically aligned within the div, next to each other. (它们都需要在div内垂直对齐,彼此相邻。)
One of the images needs to be absolute
positioned within the div.
(其中一张图片必须absolute
位于div内。)
What is the CSS needed for this to work on all common browsers?
(要在所有常见的浏览器上运行,需要什么CSS?)
<div id="header">
<img src=".." ></img>
<h1>testing...</h1>
<img src="..."></img>
</div>
ask by Abdu translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…