Results 1 to 2 of 2

Thread: HV Menu w/ Frontpage Banner Rotate

  1. #1
    Join Date
    Jul 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu w/ Frontpage Banner Rotate

    I am currently in the process of remaking my local animal shelter's website and have encountered a problem using the HV Menu script from this site along with the built-in FrontPage Web Banner Rotating Script. The menu works fine, and so does the banner rotator...but not together. With the menu bar setup next to the banner, the submenus get covered up by the rotating banner.

    In case none of what I am saying is making any sense, please check out a demonstration I put up to test it out. HSCA Site
    This site is not operational yet, I am just trying to solve this problem with the menu script.

    This is my first post so I am sorry if it makes no sense.

    Thanks in advance!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    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.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •