Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
nc2dc #1
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
-
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... -
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... -
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... -
[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... -
Navigation Bar Question
Hello The site isn't posted yet but here is the javascript: <script language="JavaScript" type="text/JavaScript"> <!-- function... -
Murray *TMM* #2
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
-
nc2dc #3
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
-
Murray *TMM* #4
Re: Web Navigation Bar and URL Question
> I doubt if any of these sites are using
A look at the code would tell you that they are simply linking to a new page> frames to update content in a specific area on their site.
with changed content.
None. Pages linking together.> Is it client side
> javascripting, server side code, DHTML?
That's because the pages are slim and fast loading.> It does not seem like the entire page
> is reload and only the content area gets loaded.
--
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



Reply With Quote

