I am getting so annoyed with things which should be simple just not working for me, now that i have added an image slideshow to the page, the sidebar refuses to sit next to it on the right.
Another strange problem, I need to have 4 image slide shows on the page so i just tried copying the script code which was working for the first slide show, and changing the id's in it for the new slide show, but for some reason the second works (Prague section) but nothing i do gets the first working again.
How should i go about getting the 4 working on the same page?
Yes it is possible to load several sliders on the same page but not the way you have done it. In the following instance I was using the Coda Slider, so you would have to load the jquery and coda slider js files first then You would need something like this
<!-- Initialize each slider on the page. Each slider must have a unique id --> <script type="text/javascript"> jQuery(window).bind("load", function() { jQuery("div#slider1").codaSlider() jQuery("div#slider2").codaSlider() jQuery("div#slider3").codaSlider() }); </script>
and in the Html put each slider in it's own div named like above
Thanks for the suggestion, i have been trying it out. Does anyone know why the ULs with the tabs in is 292px wide? i have looked in the css and the js and i can't find anything making the width 292px and i can't get it to be any wider which i need to do.
http://www.lsw-design.com/sgraphics3/study_trips.php
Any ideas?
How should i go about getting the 4 working on the same page?
Also I need a better explanation of the problem.
Cheers mate, and good looking design!
I have tried duplicating the code and changing the IDs to something else, but can't get it to work.
You would need something like this
and in the Html put each slider in it's own div named like above
Any ideas?