Добрый день!
Подскажите, пожалуйста, как реализовать перечеркивание цены красной диагональной линией на сайте?
Пример структуры:
<tr class="catalog_category_product">
<td class="catalog_category_product_bestprice_n" title="Лучшая цена"></td>
<td class="catalog_category_product_hit" title="Хит продаж"></td>
<td class="catalog_category_product_new_n" title="Новинка"></td>
<td class="catalog_category_product_photo" imgid="1647" title="Изображение товара">
<a class="disnone" href="/files/products/1647.jpg" data-jqlink="/files/products/1647.jpg">
<img src="/files/products/1647.jpg" alt="Товар">
</a>
</td>
<td></td>
<td>
<span class="catalog_category_product_link" href="/catalog/9999127/1647" style="text-decoration:none;" onclick="return false;">
Товар
</span>
</td>
<td title="Гарантия" style="cursor:default;" class="shit">
<span>
0
</span>
</td>
<td title="Старая цена (руб.)" style="cursor:default;">
<span style="text-decoration: line-through;">
10.00
</span>
</td>
<td title="Цена со скидкой (руб.)">
12.00
</td>
</tr>