I tried your link but couldn't find any other script on it besides the menu script. How is this banner rotation thing loaded onto the page? Is it:
Code:
<applet code="fprotate.class" codebase="./" width="600" height="192">
<param name="time" value="5">
<param name="url" valuetype="ref" value="/news_events/index.html">
<param name="image1" valuetype="ref" value="images/FashionShowAd.gif">
<param name="image2" valuetype="ref" value="images/NeedBathers.gif">
<param name="image3" valuetype="ref" value="images/kittenchow-fosterhomes.jpg">
<param name="rotatoreffect" value="dissolve">
</applet>
If so it is not a script. Looks like a Java applet. Java and javascript are two different things. The menu seemed to be working fine as did the applet. The menu is just showing underneath the applet at times. Move them away from each other on the page. Or you can try using:
Code:
<param name="wmode" value="transparent">
along with the other applet parameters but, that is for flash objects and may not work here.
Bookmarks