超基礎css
.summary_onhold_icon_7 { background:url(sdp-icons-pack1.gif) -583px -279px no-repeat; width:18px; height:18px; display:block; text-indent:-35; }
前面+個點是為了能夠在所有的標籤中使用。
之後在HTML的所有標籤只要增加class屬性即可使用
例如1:
<div id= "eric" class="summary_onhold_icon_7"></div>
例如2:
<a href="#" class="summary_onhold_icon_7" onclick="eric()">a</a>
這樣這個css樣式就會套上去了
前面+個點是為了能夠在所有的標籤中使用。
之後在HTML的所有標籤只要增加class屬性即可使用
例如1:
<div id= "eric" class="summary_onhold_icon_7"></div>
例如2:
<a href="#" class="summary_onhold_icon_7" onclick="eric()">a</a>
這樣這個css樣式就會套上去了
留言
張貼留言