1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
&
http://javascriptkit.com/script/scri...icalmenu.shtml
3) Describe problem: link menu going behind images: http://johnwboyd.info/drop_down
1) Script Title:
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...nslideshow.htm
&
http://javascriptkit.com/script/scri...icalmenu.shtml
3) Describe problem: link menu going behind images: http://johnwboyd.info/drop_down
Last edited by johnwboyd; 02-22-2008 at 06:14 PM. Reason: revising post
First off:
Your page is in violation of Dynamic Drive's usage terms, which, among other things, states that the credit notice inside script must stay intact. Please reinstate the notice first.
Second, you may want to re-copy the code as it is on the demo page, then paste it in a plain text editor and reupload to your website. There are several lines like this:
which should look like this:Code:document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages%5b0%5d.src+'"></div>')
in your code.Code:document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
Hope this helps.
"Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design
I had actually replied to this earlier with the same info about the code, but the forum trashed my message for some reason. There are in fact several places in your code where characters that should be literal are represented by their %hex entities. These changes may be the result of your method of uploading the file, or something your editor did to it. Best to use a text-only editor like NotePad, and to upload the file via FTP in binary mode.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
This is actually a duplicate of a portion of another thread, and things have progressed further there, closing this thread.
Here is the active thread:
http://www.dynamicdrive.com/forums/s...719#post131719
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks