I was wondering if it was possible to recreate an horizontal scrolling effect with mouse click control like this http://www.lazzarionline.com/collections.php
Thank you so much, I search a lot but I didn't find something like that gallery Luca
I was wondering if it was possible to recreate an horizontal scrolling effect with mouse click control like this http://www.lazzarionline.com/collections.php
Thank you so much, I search a lot but I didn't find something like that gallery Luca
You would have to make something draggable, that's quite easy with jQuery, it's something like $("#someComponent").draggable();
(you'd better google that first). But you gave the answer yourself, you found a site where this horizontal slider is, so look at the source and copy-paste. Stackoverflow is not there to write code for you.