0
小提琴鏈接:CSS背景圖像重疊
https://jsfiddle.net/ildaroit/evL7tn6r/
.video-wrapper {
max-width: 640px;
margin: auto;
margin-top: 20px;
}
.video1 {
border: 0px dotted black;
height: 420px;
/*height:50vw;*/
background: url("http://learn.shayhowe.com/assets/images/triangles/triangles.svg") left -3px no-repeat, url("http://learn.shayhowe.com/assets/images/triangles/triangles.svg") right -3px no-repeat;
/* background-position: left, right;*/
background-repeat: no-repeat, no-repeat;
}
如何使圖像降低窗口的大小不重疊的中心DIV的內容? 喜歡這裏:learn.shayhowe.com
現在,左,右圖像重疊.video
但需要將其固定或別的東西。
Thx提前!
加入'z-index:100;背景:#fff;'你的'.video-container'? –
TNX的傢伙,但我認爲這不是最好的決定 - 圖像必須是從側面背景調整大小的OPENNET。像這裏learn.shayhowe.com – ildar
當我調整圖像bg-img元素將由中央div,這就是爲什麼我需要bg-img總是靜態的中央div – ildar