View Single Post
  #27  
Old 02-16-2008, 06:18 PM
 
hebs hebs is offline
 

Advanced Member
  
Join Date: Mar 2007
Location: UK
Posts: 47
 

Default Re: Conveyor belt slideshow javascript for Featured Items

Hi guys,

I'v made it this far without having to ask any questions - this forum is great and has all the answers, however: I am struggling with this one.

I have applied gfiebich's mod on post #1 with rubbernecks alteration on post #18


Rubbernecks code:

Quote:
leftrightslide[{counter}]='<a href=product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}>{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}</a>'

This did not work but after a bit of playing I removed the quotes from the code above and added quotes to the href:

[quote]
Quote:
leftrightslide[{counter}]=<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_p age}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}</a>

This is now working for me but not in IE, only Firefox - any ideas?
Also the alt text that shows on mouseover does not appear...


Any help would be much appreciated

Keith

www.sub-laser.com/shop
__________________
Hebs

xcart GOLD v4.1.9 [unix]
Loads of Mods!

www.sub-laser.co.uk


3D Photography
Reply With Quote