| Images Crawler |
|
|
|
| Thursday, 20 August 2009 21:08 | |||
Our Images Crawler provides an horizontal scroller of one or more images from a specified folder, with optional redirection links. The images are displayed in the same order they are listed within their folder. (alphanumerically) You can enter as many urls as you need in the provided parameter field. If you just enter one url, for example, it will be assigned to the first image only, unless you possitively choose to "Repeat Links" from the module settings, in which case the links secuence will apply for every next image without a corresponding link Please Click here for a life demo and more info!
|








Vertical scroller
by aftrix 2009-10-01 06:48
Can anyone help me, to implement this as a vertical scroller?
I tried but it's not continuously scrolling. Jumps up and down if I just set the
Width and Height.
Thanks a lot.
Links to different image
by closemarketing 2009-12-01 20:57
Is it possible?
by chus 2009-12-09 05:48
You need to provide a secuence of by coma separated links in it's parameter
field according to the images order
Remove Hyperlink color
by ajack036 2009-12-29 09:49
hperlink color around the images. I have inserted CSS to remove and it does
seem to be working. below is the css I entered:
.scrollmod a:link {color: #FFFFFF; text-decoration: none;}
.scrollmod a:active {color: #FFFFFF; text-decoration: none;}
.scrollmod a:visited {color: #FFFFFF; text-decoration: none;}
.scrollmod a:hover {color: #FFFFFF; text-decoration: none; }
Any thoughts