0
大家。我試圖製作一個固定位置的按鈕。問題是在小屏幕上它完全消失了。小屏幕上的固定定位按鈕
我的CSS代碼
.sound_button{
background: #FFD700 url("Images/background1.jpg") center ;
}
.sound_container{
position: absolute;
left: 1180px;
top: 520px;
}
我的HTML代碼
<div class="w3-container sound_container w3-mobile"">
<button class="w3-button w3-circle w3-xxlarge sound_button"><i class="fa fa-music"></i></button>
</div>
任何幫助表示讚賞
謝謝
但我想,當我讓我的瀏覽器窗口小它一起移動。像這兒。看看右下角。有一個靜音按鈕。當browswer窗口調整大小時它會移動。 https://plarium.com/play/en/vikings/013_pastoral_g?plid=104162&pxl=doubleclick_dbm&placement=cr_90525502&publisherid=li_12573092&utm_expid=.Yj2stLTsRzSJBogIbXACsQ.1&utm_referrer=https%3A%2F%2Fs.yimg.com%2Frq%2Fdarla%2F2-9 -20%2Fhtml%2Fr-sf.html –
使用百分比 - 我已經添加了另一個片段作爲示例 –
非常感謝!你救了我的一天! –