響應DIV你好,我有一個div
與background image
和border-bottom image
。我想讓它響應。我不得不放棄固定height
到div
所以當我使其更加形象得到響應,但邊框和圖像增長之間的距離。這是我的代碼。與背景圖像和邊框圖像
.top-info {
background: url("http://i.stack.imgur.com/prA95.jpg") no-repeat top center;
height: 40rem;
background-size: contain;
border-bottom: 10px solid transparent;
border-image: url("bg-about-us_border.png") 30 stretch;
-webkit-border-image: url("http://i.stack.imgur.com/SUUpP.png") 30 stretch;
}
<div class="top-info"></div>
我的問題是,它是在全寬工作良好。但在不同的移動分辨率下,邊界與圖像之間的距離會增加。
提供更多的信息。你的問題是沒有充分描述 – Andrew
我已經編輯我的闕。 –
我已經解決了我的媒體查詢的問題... :)感謝所有 –