Web Navigation Bar and URL Question

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

  1. #1

    Default Web Navigation Bar and URL Question

    New to web programming. I have some very basic questions regarding menu bars.

    What's the best way to implement menu bar navigation? I looked at a few sites
    and I noticed that on some sites such as the Macromedia site or
    [url]http://www.mozilla.org[/url], that when you select for example products or support,
    the url does not display a file. It would display something like this --->
    [url]http://www.mozilla.org/support/[/url]

    Is this an indication of a specific way the menu bars are being created? The
    menu bar on these sites are always available to the users and only the content
    area below the menu bar changes. How can I create a similar navigation bar for
    my site?

    I read thru several tutorials on how to create the menu bars. I created one
    using CSS and one using Fireworks. But none seem to explain the linking
    processing between the navigation bar and the content area. Can anyone help me
    with this?

    thanks

    nc2dc Guest

  2. Similar Questions and Discussions

    1. CSS IE problem and navigation bar question
      Hi I have 2 questions: Is there a way to make all elements of an horizontal navigation bar the same size no matter the size of the word? i...
    2. Question re Recordset Navigation
      Does anyone know whether there is a Recordset Navigation extention that allows you to display all of the pages or records at once with a "view all...
    3. Navigation Question
      Hello, For my website I use some PHP code for navigation. Therefore I use a directory structure which contains some navigation files the visitor...
    4. [PHP] navigation question
      On Mon, 15 Sep 2003 08:41:31 -0500, Andre created an award-winning crop circle <20030915134110.25572.qmail@pb1.pair.com>, which, when translated...
    5. Navigation Bar Question
      Hello The site isn't posted yet but here is the javascript: <script language="JavaScript" type="text/JavaScript"> <!-- function...
  3. #2

    Default Re: Web Navigation Bar and URL Question

    > Is this an indication of a specific way the menu bars are being created?

    It just means that each of those folders contains a default file that will
    be automatically loaded by the browser. In many cases this would be
    index.htm(l) (or whatever extension you would be using).

    Thus - if this folder:

    /programs/

    contained this file:

    index.html

    and if your host recognized 'index.html' as a default filename, you could
    link to that file like this -

    <a href="/programs/"....

    Geddit?

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "nc2dc" <webforumsuser@macromedia.com> wrote in message
    news:dljnje$7n0$1@forums.macromedia.com...
    > New to web programming. I have some very basic questions regarding menu
    > bars.
    >
    > What's the best way to implement menu bar navigation? I looked at a few
    > sites
    > and I noticed that on some sites such as the Macromedia site or
    > [url]http://www.mozilla.org[/url], that when you select for example products or
    > support,
    > the url does not display a file. It would display something like
    > this --->
    > [url]http://www.mozilla.org/support/[/url]
    >
    > Is this an indication of a specific way the menu bars are being created?
    > The
    > menu bar on these sites are always available to the users and only the
    > content
    > area below the menu bar changes. How can I create a similar navigation
    > bar for
    > my site?
    >
    > I read thru several tutorials on how to create the menu bars. I created
    > one
    > using CSS and one using Fireworks. But none seem to explain the linking
    > processing between the navigation bar and the content area. Can anyone
    > help me
    > with this?
    >
    > thanks
    >

    Murray *TMM* Guest

  4. #3

    Default Re: Web Navigation Bar and URL Question

    Any idea on what's involved in creating a navigation bar that updates content
    like the one on the macromedia site or mozilla site? [url]www.webcredible.co.uk[/url]
    also uses a similar navigation scheme. I doubt if any of these sites are using
    frames to update content in a specific area on their site. Is it client side
    javascripting, server side code, DHTML? It does not seem like the entire page
    is reload and only the content area gets loaded. I have seen several posts
    from people with the same question. So if there are any one who as built one
    of these, please feel free to elaborate.

    nc2dc Guest

  5. #4

    Default Re: Web Navigation Bar and URL Question

    > I doubt if any of these sites are using
    > frames to update content in a specific area on their site.
    A look at the code would tell you that they are simply linking to a new page
    with changed content.
    > Is it client side
    > javascripting, server side code, DHTML?
    None. Pages linking together.
    > It does not seem like the entire page
    > is reload and only the content area gets loaded.
    That's because the pages are slim and fast loading.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (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
    ==================


    "nc2dc" <webforumsuser@macromedia.com> wrote in message
    news:dlkmeb$l6k$1@forums.macromedia.com...
    > Any idea on what's involved in creating a navigation bar that updates
    > content
    > like the one on the macromedia site or mozilla site?
    > [url]www.webcredible.co.uk[/url]
    > also uses a similar navigation scheme. I doubt if any of these sites are
    > using
    > frames to update content in a specific area on their site. Is it client
    > side
    > javascripting, server side code, DHTML? It does not seem like the entire
    > page
    > is reload and only the content area gets loaded. I have seen several
    > posts
    > from people with the same question. So if there are any one who as built
    > one
    > of these, please feel free to elaborate.
    >

    Murray *TMM* 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