這是代碼中CSS的例子:在CSS一個div的動態變化背景
block {
margin-left: 1in;
margin-top; 1in;
position: absolute;
background-image: url('../images/myimage.png');
background-size: 100% 100%;
}
現在我使用一個以上的HTML頁面上的這個CSS文件,我們需要有能夠改變這一形象每頁。也許通過HTML?
<block><somehowchangeimagehere></somehowchangeimagehere></block>
?請僅使用HTML & CSS。
你想在每個頁面或不同的圖像上顯示相同的圖像在每一頁上? – DOK 2012-01-11 22:03:23