Pampaman
12-02-2011, 05:33 PM
1) Script Title: Simple Controls Gallery
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/simplegallery.js
3) Describe problem:
A friend of mine (I know how it sounds, but it´s the truth) is running almost his entire web site inside simplegallery, using it as a magazine-like control.
He didn´t like the text-on-top-only option, so he put the text inside the JPG´s, causing the site to drop off Google because there is no more plain text to index.
Also, the size is around 5 Mb, which takes forever to load here in Argentina (speed 10Kbytes/sec).
I managed to get the preload=false addition working, using the ´_iefix´ fork I found on this forum.
Now the question: is it possible to define text in standard HTML, read this text (maybe using the onslide method like in example with the ´vacation text´) and replace the (empty) text inside the calling array with this newfound text?
I got this idea from this gallary http://www.serie3.info/s3slider/demonstration.html , where they put text inside LI and SPAN blocks, so it will be found by Google.
Would it also be possible to alter the code in such a way that it also takes the top, bottom, left, right arguments as a position indicator for the text?
I would need some coding examples, because this is way over my pay grade.
Thanx in advance.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/simplegallery.js
3) Describe problem:
A friend of mine (I know how it sounds, but it´s the truth) is running almost his entire web site inside simplegallery, using it as a magazine-like control.
He didn´t like the text-on-top-only option, so he put the text inside the JPG´s, causing the site to drop off Google because there is no more plain text to index.
Also, the size is around 5 Mb, which takes forever to load here in Argentina (speed 10Kbytes/sec).
I managed to get the preload=false addition working, using the ´_iefix´ fork I found on this forum.
Now the question: is it possible to define text in standard HTML, read this text (maybe using the onslide method like in example with the ´vacation text´) and replace the (empty) text inside the calling array with this newfound text?
I got this idea from this gallary http://www.serie3.info/s3slider/demonstration.html , where they put text inside LI and SPAN blocks, so it will be found by Google.
Would it also be possible to alter the code in such a way that it also takes the top, bottom, left, right arguments as a position indicator for the text?
I would need some coding examples, because this is way over my pay grade.
Thanx in advance.