我要採取什麼是在這裏:挑戰:使背景和兩個div元素縮放和移動相對於瀏覽器窗口
,並使其擴展,適合於任何瀏覽器窗口,保持位置元素並將圖像完全保留在窗口中。
CSS涉及定位等:
body {
background-color: black;
background-image: url('http://thebkk.net/Images/BVF-Temp.jpg');
background-repeat: no-repeat;
background-position: 45px -30px;
}
/* Player Style */
#player {
position: fixed;
width: 680px;
margin-top: 15px;
margin-left: 350px;
border: outset 5px white;
}
ul#menu {
position: fixed;
margin-top: 12px;
margin-left: 90px;
padding: 0;
list-style: none;
clear: both;
}
是的,我意識到菜單是不可靠的,它是一個測試精靈菜單,第一次運行,有一個更清晰的,可能會在您檢查時這個。 – tBoat 2012-02-17 00:11:29