Help with HALO & menu

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Help with HALO & menu

    How do I get this menu to show up in the Page Name section of the Halo Left
    Nav template?

    menu files:
    [url]http://www.slimmingclub.ca/menuscript.js[/url]
    [url]http://www.slimmingclub.ca/menustyle.js[/url]

    In Head

    <script src="menuscript.js" language="javascript"
    type="text/javascript"></script>
    <link rel="stylesheet" type="text/css" href="menustyle.css" media="screen,
    print" />

    In body

    <table border="0" cellpadding="0" cellspacing="0"><tr><td>
    <a href="www.example.ca"
    onmouseover="setOverImg('1','');overSub=true;showS ubMenu('submenu1','button1');"

    onmouseout="setOutImg('1','');overSub=false;setTim eout('hideSubMenu(\'submenu1\'
    )',delay);" target=""><img src="buttons/button1up.png" border="0" id="button1"
    vspace="1" hspace="1"></a><a href="www.example.ca"
    onmouseover="setOverImg('2','');overSub=true;showS ubMenu('submenu2','button2');"

    onmouseout="setOutImg('2','');overSub=false;setTim eout('hideSubMenu(\'submenu2\'
    )',delay);" target=""><img src="buttons/button2up.png" border="0" id="button2"
    vspace="1" hspace="1"></a><a href="www.example.ca"
    onmouseover="setOverImg('3','');overSub=true;showS ubMenu('submenu3','button3');"

    onmouseout="setOutImg('3','');overSub=false;setTim eout('hideSubMenu(\'submenu3\'
    )',delay);" target=""><img src="buttons/button3up.png" border="0" id="button3"
    vspace="1" hspace="1"></a><br>
    </td></tr></table>

    willhenry Guest

  2. Similar Questions and Discussions

    1. Halo Template Problem
      Hi! I'm not sure how many people have noticed this, but the rollover menu used in the Halo template fails to function if the user scrolls down...
    2. halo navigation for netscape 4
      Just wondering, has anyone modified the javascript in the Halo template to work for Netscape 4.8? (Document.GetElementByID doesn't work for Netscape...
    3. How to get the Halo Buttons
      I know how to use the Halo style in flash.. but I wanted to know if dreamweaver had this halo button set within it's program? If not.... is there an...
    4. halo theme
      The haloTheme.fla is missing from the bin folder of my flex application. I've done a search and it definately isn't there. Does anyone have a copy of...
    5. Kill Halo
      I've been wading through all the information regarding component theme's, styles, etc. I think I'm more confused about it than when I started ...
  3. #2

    Default Re: Help with HALO & menu

    Is your website url [url]http://www.slimmingclub.ca/?[/url] It is displayed like a ftp at the moment if it is.
    NetZed Guest

  4. #3

    Default Re: Help with HALO & menu

    That just means that the host has not disabled directory browsing. You can
    fix that by -

    a) asking them to disable it, or
    b) adding a default filename file to the root folder

    But - I gotta tell you, if you are not very comfortable with HTML and
    javascript and CSS, you might be better off not using these HALO templates.
    There are lots of gotchas lurking in there.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "NetZed" <webforumsuser@macromedia.com> wrote in message
    news:e86rm7$6ep$1@forums.macromedia.com...
    > Is your website url [url]http://www.slimmingclub.ca/?[/url] It is displayed like a
    > ftp at the moment if it is.

    Murray *ACE* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139