2011-07-31 58 views

回答

1

可以嘗試通過設置圖像爲背景?

background:url('image.jpg') bottom center; 

然後有固定高度?那是唯一的辦法,我能想到

1

試試這個:

#id { 
background: url('image.jpg') bottom center; 
width:50px; 
height:50px; 
} 

你得改變高度和相應的寬度以適應你的形象。

希望這會有所幫助。