Results 1 to 4 of 4

Thread: Chrome Dropdown Appear and Disappear

  1. #1
    Join Date
    Jun 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Chrome Dropdown Appear and Disappear

    1) Chrome Menu

    2) http://www.dynamicdrive.com/dynamici...rome/index.htm

    3) http://cmo.captain-net.com/index.shtml
    On the above site that I am developing using Chrome Menu that dropdown menu appears for a second and then disappears before you can click your mouse to link to the next page.
    I have installed this as I have done other Chrome Menu installs but the problem persists. Can you please point me in the right direction on this?
    Thanks in advance,
    Rich

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    If you look at this part of your code
    Code:
    <!--2nd drop down menu --> 
    <div id="dropmenu2" class="dropmenudiv" style="width: 150px;"> 
    <a href="yacht-marine-engineering-supplies.shtml#hubbel">Hubbel</a> 
    <a href="yacht-marine-engineering-supplies.shtml#miele">Miele</a> 
    <a href="yacht-marine-engineering-supplies.shtml#gelair">Gelair</a>
    <a href="yacht-marine-engineering-supplies.shtml#hurley-trim-tab-lights">Hurley Tab Lights</a> </div> 
    <script type="text/javascript">cssdropdown.startchrome("chromemenu")</script>
    
    <script type="text/javascript">cssdropdown.startchrome("chromemenu")</script></th>
      </tr>
    </table>
    </div>
    for some reason there's a duplicate of the chrome initiation (red color).
    Delete that and you should be good to go.

  3. #3
    Join Date
    Jun 2010
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Many Thanks

    Your solution works perfectly!
    Thanks for making my day go much better,
    Rich

  4. #4
    Join Date
    Dec 2010
    Location
    California
    Posts
    20
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thanks! I've been trying to fix this problem for hours.

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
  •