In future, please post about Dynamic Drive Scripts in the Dynamic Drive Scripts Help section here where I've moved this thread, and:
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.
As to your question:
Add in this language to your object/embed tag(s) -
Add the following parameter to the OBJECT tag:
HTML Code:
<param name="wmode" value="transparent">
Add the following attribute to the EMBED tag:
Code:
wmode="transparent"
Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.
If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
Bookmarks