text comes over this stack image any idea how to do it文本在圖像的CSS
div有3-4行,圖像和分頁上左側底部上的文本。像這樣的東西。
圖像垂直對齊:中間, 文本垂直對齊:中間,在此背景下疊加圖像的左下方 小分頁文本
.image {
position: relative;
width: 100%; /* for IE 6 */
}
div {
position: absolute;
top: 200px;
left: 0;
width: 100%;
}
請分享你的HTML代碼 –
使用**的z-index:-1 **圖像 –
將彎曲是一種選擇? http://codepen.io/gc-nomade/pen/KaEywJ –