Warning: Please include a link to the DD script in question in your post. See
this thread for the proper posting format when asking a question.
And, if you've already tried to do this yourself and are just having problems:
Please post a link to the page on your site that contains the problematic code so we can check it out.
In any case, I'm pretty sure it can be done. However, pop up windows aren't generally the way to go, and a true pop up window cannot be done onmouseover, though a pseudo pop up based on a hidden division can. But simply using the title attribute may be sufficient. Like where you have an image in the conveyor:
Code:
leftrightslide[0]='<a href="http://"><img title="Info About This Image" src="dynamicbook1.gif" border=1></a>'
Bookmarks