这是我想要执行的功能的基本代码:
<style>
.cmaxx_rollover {
height: 279px;
width: 347px;
display: block;
background: url('http://imperialsystems.biz/imp/files/products/prod_cmaxx.png') bottom;
text-indent: -99999px;}
.cmaxx_rollover:hover {
background-position: 0 0;}
</style>
<a class="cmaxx_rollover" href="http://imperialsystems.biz/imp/products/cmaxx-dust-fume-cartridge-collector/"></a>
所以现在的问题是,我有一页大约有十几种产品,我需要这个悬停来处理。有没有比为每个产品创建一个新类更好的方法呢?或者我应该为每个产品创建 CSS 和类?