Results 1 to 2 of 2

Thread: HV Menu trouble

  1. #1
    Join Date
    Nov 2004
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy HV Menu trouble

    I've been trying to load and run the HV menu but It's not working properly. I'm a little new to HTML but not computers in general. I'm designing my first site from scratch and want a cool menu. So any suggestions are welcome.

    In the design view of the page I see three boxes with objects that look like checkmarks inside.
    I loaded everything like the directions said...I think.
    I edited and saved the files from the hvmenu.zip file into the web directory.
    What am I doing wrong? Below is the beginning of the body of the page with the install.htm added. Is this correct?

    Please help

    ***************************************************************************************************************************

    *********************************************************************************************************

    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>CONTACT US</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta name="Microsoft Border" content="b, default">
    </head>

    <body bgcolor="#000000">


    //HV Menu- by Ger Versluis (http://www.burmees.nl/)
    //Submitted to Dynamic Drive (http://www.dynamicdrive.com)
    //Visit http://www.dynamicdrive.com for this script and more

    function Go(){return}

    </script>
    <noscript>Your browser does not support script</noscript><noscript></noscript>

    <p>&nbsp;</p>

    <table border="0" cellpadding="0" cellspacing="0" width="841" height="617">
    <!-- MSTableType="nolayout" -->
    **********************************************************After this is the rest of the body and the end tag.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I think this should be in the head section:


    //HV Menu- by Ger Versluis (http://www.burmees.nl/)
    //Submitted to Dynamic Drive (http://www.dynamicdrive.com)
    //Visit http://www.dynamicdrive.com for this script and more

    function Go(){return}

    </script>

    And you're missing the opening <script>. Make it look like this:

    HTML Code:
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>CONTACT US</title>
    <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta name="Microsoft Border" content="b, default">
    <script>
    
    
    //HV Menu- by Ger Versluis (http://www.burmees.nl/)
    //Submitted to Dynamic Drive (http://www.dynamicdrive.com)
    //Visit http://www.dynamicdrive.com for this script and more
    
    function Go(){return}
    
    </script>
    </head>
    <body bgcolor="#000000">
    <noscript>Your browser does not support script</noscript><noscript></noscript>
    
    <p>&nbsp;</p>
    
    <table border="0" cellpadding="0" cellspacing="0" width="841" height="617">
    <!-- MSTableType="nolayout" --> 
    Try that out for size.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

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
  •