我在具有特定类的锚标记上使用以下 CSS。工作正常,除了长链接文本被强制换行。我想这与宽度有关...
a.interactive {
background:url(../images/icons/icon_interactive.png) left center no-repeat;
padding-left:30px;
height:25px;
width:25px;
display:inline-block;
text-decoration: none;
vertical-align:text-center;
}