The template is working fine in FF and all looks good, but I'm having a problem with the three column display in IE. Any chance you could have a look and point me in the right direction please. site is at www.londonprogolf.co.uk. Thanks, Peter
The template is working fine in FF and all looks good, but I'm having a problem with the three column display in IE. Any chance you could have a look and point me in the right direction please. site is at www.londonprogolf.co.uk. Thanks, Peter
It's ok, just found the solution:
in includes/modules/featured_products.php , change
$col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS);
for
$col_width = floor(100/SHOW_PRODUCT_INFO_COLUMNS_FEATURED_PRODUCTS) - 1;
The same patch should be made to
new_products.php
specials_index.php
thanks, Peter