我想在圖像看到創建鍵盤:創建使用CSS鍵盤 - 定位
的關鍵應該是跨度對象。我有這樣的CSS:
span{
height:25px;
width:25px;
float:left;
margin:0 5px 5px 0;
line-height:25px;
background-color:WhiteSmoke;
text-align:center;
font-size:14px;
border-style:solid;
border-width:1px;
border-color:silver;
}
...我得到這樣的結果:
這幾乎是確定的,但我不知道該怎麼跨度正確定位?
你應該做出[小提琴](http://jsfiddle.net)。 – zzzzBov 2012-02-28 14:21:03
檢查容納所有這些跨度的容器的寬度。 – Travesty3 2012-02-28 14:21:28