Jump to content



Latest News: (loading..)

Issue Information

Issue Confirmations

  • Yes (0)No (0)
Photo

Duplicated hover underlines in categories groups on index page

Posted by Gergely on 09 March 2011 - 12:29 PM

Hi,

Look at demo
View with IE and Firefox browsers.

[img]http://oscom.hu/images/osc23x/settings/double_underlines.jpg[/img]


Edit index.php

Change:
echo '		<td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '<br />' . $categories['categories_name'] . '</a></td>' . "\n";

To:
echo '		<td align="center" class="smallText" width="' . $width . '" valign="top"><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . tep_image(DIR_WS_IMAGES . $categories['categories_image'], $categories['categories_name'], SUBCATEGORY_IMAGE_WIDTH, SUBCATEGORY_IMAGE_HEIGHT) . '</a><br /><a href="' . tep_href_link(FILENAME_DEFAULT, $cPath_new) . '">' . $categories['categories_name'] . '</a></td>' . "\n";

Updating severity to: 1 - Low
Updating status to: Confirmed