這會使Firefox/Chrome中的圖層變細 - 但在IE8中,它不會提供圖層不透明度。不透明度在IE8上不可用
$('document').ready(function() {
$('.out-of-stock').each(function() {
$('.productImage', $(this)).css('opacity', '.25');
$('.stockMessage', $(this)).removeClass('stockMessageOff');
$('.stockMessage', $(this)).addClass('stockMessageOn');
$('.stockMessage.stockMessageOn', $(this)).css('opacity', '1').text('Sold Out');
});
});
我讀過幾個關於分配zoomover的貼子:1;到CSS類,但這並沒有解決它。
任何想法的人? :)