Antec Posted June 9, 2007 Share Posted June 9, 2007 Ok this file is too big to post here so i have had to zip it down and i have attached it...Here is my issue. On lines 557-1816 is the coding in question but the main issue comes from the script on lines 615-907...The issue is this: The script "thumbnailviewer works great as you can see buy following this link: http://tcu.cybersquads.com/index.php?view=Maps ...if you attend that site just choose "Socom: Combined Assault" and in the first table on the left you can click on the "map names" (ie...Citadel) and it will execute the script correctly, but if you choose "Summit" it is supposed to have a drop down menu, and it does (still working on the css) but when you click on one of the links on the drop down menu it should execute the thumbnail viewer to display the image like the links before it, but it does not it just forwards you to the image page...now im not sure how to fix this and any suggestions would be great. Thank You [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
Antec Posted June 9, 2007 Author Share Posted June 9, 2007 Anybody? ??? Quote Link to comment Share on other sites More sharing options...
Antec Posted June 10, 2007 Author Share Posted June 10, 2007 PLEASE HELP!!! Quote Link to comment Share on other sites More sharing options...
nogray Posted June 11, 2007 Share Posted June 11, 2007 What happens is the thumb nail library you're using will look at the HTML (not javascript) code when the page loads to assign the onclick events to them. Since your drop down uses JavaScript to generate the links, you'll need to assign the onclick event from the library after the links are generated. Or the easiest way is to create a hidden div with the link inside (as html) and use the javascript to show and hide that div rather than creating the whole thing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.