papaver
11-10-2012, 01:26 PM
I need a image content (cms) horizontal jscrollpane.
The example http://tmcdomains.com/jScrollPane/themes/lozenge/
with images works good, but the images are first placed on the whole wide (max-width: 2400px, in reality endless) and then only in the second row – that is not what I want/need.
That is what I need:
The first 50 images should first placed on the actually/visible site (width: 1200px) – row by row.
And when the 51 imagae should placed after the last from the top row.
simple example:
--------------------------------------------------------------------
1-image 2-image 3-image || 7-image 8-image 9-image ||.................
4-image 5-image 6-image || 10-image …................... ||................
-------------------------------------------------------------------
.........1200px.................|..............1200px...............|......1200px...
-> scroll -> scroll -> scroll -> -> scroll -> scroll -> scroll -> -> scroll ->
I don't now, how many images are loaded, because this is a CMS-site.
I think this could realize with javaScript/jQuery – but I don't know how (because I am a newbie)
Thanks much!
The example http://tmcdomains.com/jScrollPane/themes/lozenge/
with images works good, but the images are first placed on the whole wide (max-width: 2400px, in reality endless) and then only in the second row – that is not what I want/need.
That is what I need:
The first 50 images should first placed on the actually/visible site (width: 1200px) – row by row.
And when the 51 imagae should placed after the last from the top row.
simple example:
--------------------------------------------------------------------
1-image 2-image 3-image || 7-image 8-image 9-image ||.................
4-image 5-image 6-image || 10-image …................... ||................
-------------------------------------------------------------------
.........1200px.................|..............1200px...............|......1200px...
-> scroll -> scroll -> scroll -> -> scroll -> scroll -> scroll -> -> scroll ->
I don't now, how many images are loaded, because this is a CMS-site.
I think this could realize with javaScript/jQuery – but I don't know how (because I am a newbie)
Thanks much!