0
我爲我的WordPress站點使用Twitter Bootstrap。問題是我只是將一個div製作成右側欄,並在其上放置了一些圖像,這似乎在我的桌面上運行良好,但是當我在筆記本上查看它時,它會更改其位置並向下移動。Div的位置不固定在不同的屏幕尺寸
這裏是我的div和形象展示位置代碼:
<div style="position:fixed; top:188px; right:0px; border:0px solid #f00; width:25px;"><a href="#"><img src="http://pearlacademy.com/wp/wp-content/uploads/2012/10/delhi.jpg" style="margin-bottom:5px;"></a>
<a href="#"><img src="http://pearlacademy.com/wp/wp-content/uploads/2012/10/noida.jpg" style="margin-bottom:5px;"></a>
<a href="#"><img src="http://pearlacademy.com/wp/wp-content/uploads/2012/10/jaipur.jpg" style="margin-bottom:5px;"></a>
<a href="#"><img src="http://pearlacademy.com/wp/wp-content/uploads/2012/10/chennai.jpg" style="margin-bottom:5px;"></a>
</div>
你爲什麼不給右上方寬度%,而thyan以像素爲單位給予? –
仍然不工作的傢伙.......我無法理解爲什麼?? plzzz幫助我 –
@馬欣德拉辛格:嘗試位置:絕對,而不是位置:固定 –