我怎樣才能中心對齊背景圖像的td或li有不同的寬度(從25px到30px)。我嘗試了一切,但他們不會對齊。對齊背景精靈圖像
這是我使用的是什麼:
.cIcons-26 {
float: left;
position:relative;
height:26px;
background:url("../img/sprites/icons/png") top left no-repeat;
}
.theIcon { background-position: -93px -1px; }
'.cIcons-26'是一個'td'? – 2014-10-11 02:33:56