/ Published in: JavaScript
Add this to Panels/ProductDetails.html for the on-page carousel. For the lightbox, edit the existing code in productimage.html
Expand |
Embed | Plain Text
<script type="text/javascript" > function highlightProductTinyImage(ThumbIndex) { $('.ProductTinyImageList li').css('border', '1px solid gray'); $('.ProductTinyImageList li .TinyOuterDiv').css('border', '2px solid white'); $('#TinyImageBox_'+ThumbIndex).css('border', '1px solid #d7a900'); $('#TinyImageBox_'+ThumbIndex+' .TinyOuterDiv').css('border', '2px solid #d7a900'); } </script>
You need to login to post a comment.
