Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Bill Jaynes #1
Popup menus
Hello,
I am just starting to make popup menus with FW4. Is it the case that the
popped menu will only appear relative to the "container" whether frame,
layer or table?
--
"Cheers" \\ | //
(o o)
------------oOOo-(_)-oOOo------------
Bill Jaynes
Swan River Software
(406) 837 4132 | [email]support@shesmylittle.com[/email]
[url]www.shesmylittle.com/index.htm[/url]
Bill Jaynes Guest
-
Popup menus with iframes
I've used a Fireworks popup menu with iframes. It works well in IE5.5+ but in Netscape and older versions of IE the sub-menu items seem to be either... -
help with popup menus.
i've created a rectangle with a textbox in it. and i've inserted a slice. and i've also added a popup menu. but when i export it to dreamweaver... -
Popup menus and issues
OK, I have posted this message before, and I thought I solved my problem, but its back. I have created popup menus in Fireworks (MX), exported... -
Popup Menus and Templates
Can anyone tell me if it is possible to create popup menus when using templates? It seems that DWMX greys out the option on the behaviours menu... -
where popup menus display
My nav bar pop-up menus work fine when previewed from FW4 When i insert on a DW page the pop-ups display ok but not underneath the navbar buttons... -
Murray *TMM* #2
Re: Popup menus
Bill:
Here's the truth about the pop-up menus....
They will add at least 35K of code overhead to the first page, as well as a
large dynamic write to each page containing the menus.
You should also know that they link to your files using document relative
links that are hardcoded in your javacript - not only are these links
invisible to the DW link management routines (i.e., when you move a page in
the site, you break the link), but worse, they are also invisible to the
search engine spiders, and accessability (508) requirements. You can solve
the
first of these link problems by converting your links to ROOT RELATIVE
links,
but you still have no link management capability through DW should you later
rename or move any linked file. The only way to solve the second problem is
to
make sure that your pages have alternate, HTML-based navigation links on
them.
I am not fond of these menus (as you have no doubt guessed) and feel that it
is important to know what you are getting into before you may devote much
time to them.
There are some excellent alternatives to these pop-ups that have none of
these problems. Here are two methods that are very simple -
[url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
or
[url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]
Here is a method that is more 'hands on' but very slick and equally trouble
free -
[url]http://www.youngpup.net/?request=/components/ypSlideOutMenus.xml[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Bill Jaynes" <bjaynes@montanaport.net> wrote in message
news:bm2ru1$58r$1@forums.macromedia.com...the> Hello,
> I am just starting to make popup menus with FW4. Is it the case that> popped menu will only appear relative to the "container" whether frame,
> layer or table?
>
> --
> "Cheers" \\ | //
> (o o)
> ------------oOOo-(_)-oOOo------------
> Bill Jaynes
> Swan River Software
> (406) 837 4132 | [email]support@shesmylittle.com[/email]
> [url]www.shesmylittle.com/index.htm[/url]
>
>
Murray *TMM* Guest
-
Bill Jaynes #3
Re: Popup menus
Thanks very much Murray; those other solutions look interesting. I'd seen
really effective use of something called bbMenu at...
[url]http://www.newmillennium.com/[/url]
It seems there are a lot of ways to do this.
Thanks again,
Bill
"Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
news:bm3jjp$bmi$1@forums.macromedia.com...a> Bill:
>
> Here's the truth about the pop-up menus....
>
> They will add at least 35K of code overhead to the first page, as well asin> large dynamic write to each page containing the menus.
>
> You should also know that they link to your files using document relative
> links that are hardcoded in your javacript - not only are these links
> invisible to the DW link management routines (i.e., when you move a pagesolve> the site, you break the link), but worse, they are also invisible to the
> search engine spiders, and accessability (508) requirements. You canlater> the
> first of these link problems by converting your links to ROOT RELATIVE
> links,
> but you still have no link management capability through DW should youis> rename or move any linked file. The only way to solve the second problemit> to
> make sure that your pages have alternate, HTML-based navigation links on
> them.
>
> I am not fond of these menus (as you have no doubt guessed) and feel thattrouble> is important to know what you are getting into before you may devote much
> time to them.
>
> There are some excellent alternatives to these pop-ups that have none of
> these problems. Here are two methods that are very simple -
>
> [url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
>
> or
>
> [url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]
>
> Here is a method that is more 'hands on' but very slick and equally> free -
>
> [url]http://www.youngpup.net/?request=/components/ypSlideOutMenus.xml[/url]
>
>
> --
> Murray --- ICQ 71997575
Bill Jaynes Guest
-
Murray *TMM* #4
Re: Popup menus
Please don't use that site as a guide -
1. <body> tag in head of document:
<html><body onload="void(0);" text="#000000" topmargin="0" leftmargin="0"
marginheight="0" marginwidth="0">
<meta name="robots" content="index,follow">
<META NAME="robots" CONTENT="ALL">
2. No <body> tag after head:
</head>
<table width="100%" border="0" cellspacing="0" cellpadding="2"
class="headercolour">
3. Deprecated code:
<font size="+1">
4. Second <body> tag deep in page's code with nonsense attribute:
<body onload="void(0);">
5. A huge bolus of embedded code to describe the menus, and links, none of
which would be spidered.
6. Redundant </body> tags:
</body>
</body>
</html>
My advice - learn how to do it right, and roll your own.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Bill Jaynes" <bjaynes@montanaport.net> wrote in message
news:bm3rtl$svp$1@forums.macromedia.com...as> Thanks very much Murray; those other solutions look interesting. I'd seen
> really effective use of something called bbMenu at...
>
> [url]http://www.newmillennium.com/[/url]
>
> It seems there are a lot of ways to do this.
> Thanks again,
> Bill
>
>
> "Murray *TMM*" <forums@HAHAgreat-web-sights.com> wrote in message
> news:bm3jjp$bmi$1@forums.macromedia.com...> > Bill:
> >
> > Here's the truth about the pop-up menus....
> >
> > They will add at least 35K of code overhead to the first page, as wellrelative> a> > large dynamic write to each page containing the menus.
> >
> > You should also know that they link to your files using documentproblem> in> > links that are hardcoded in your javacript - not only are these links
> > invisible to the DW link management routines (i.e., when you move a page> solve> > the site, you break the link), but worse, they are also invisible to the
> > search engine spiders, and accessability (508) requirements. You can> later> > the
> > first of these link problems by converting your links to ROOT RELATIVE
> > links,
> > but you still have no link management capability through DW should you> > rename or move any linked file. The only way to solve the secondthat> is> > to
> > make sure that your pages have alternate, HTML-based navigation links on
> > them.
> >
> > I am not fond of these menus (as you have no doubt guessed) and feelmuch> it> > is important to know what you are getting into before you may devote> trouble> > time to them.
> >
> > There are some excellent alternatives to these pop-ups that have none of
> > these problems. Here are two methods that are very simple -
> >
> > [url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
> >
> > or
> >
> > [url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/url]
> >
> > Here is a method that is more 'hands on' but very slick and equally>> > free -
> >
> > [url]http://www.youngpup.net/?request=/components/ypSlideOutMenus.xml[/url]
> >
> >
> > --
> > Murray --- ICQ 71997575
>
Murray *TMM* Guest
-
SimAda00 #5
Popup Menus
Hello,
Is their a way of adding pop-up menus to text rather than pictures?
SimAda00 Guest
-
Murray *TMM* #6
Re: Popup Menus
Yes.
--
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
==================
"SimAda00" <webforumsuser@macromedia.com> wrote in message
news:dse4l3$pu9$1@forums.macromedia.com...> Hello,
>
> Is their a way of adding pop-up menus to text rather than pictures?
Murray *TMM* Guest
-
-
Murray *TMM* #8
Re: Popup Menus
What is your skill level with HTML/CSS/javascript?
--
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
==================
"SimAda00" <webforumsuser@macromedia.com> wrote in message
news:dsf3v8$5p7$1@forums.macromedia.com...> could you please advise me as to how this is done
Murray *TMM* Guest
-
SimAda00 #9
Re: Popup Menus
Very basic, not particually good, although i am quite conversant with VB.net if that makes any difference
SimAda00 Guest
-
Murray *TMM* #10
Re: Popup Menus
No, it doesn't help in this case.
Why not examine the several menu products offered at PVII - I use them on
just about every site I build and find them the best I have seen....
[url]http://www.projectseven.com/[/url]
--
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
==================
"SimAda00" <webforumsuser@macromedia.com> wrote in message
news:dsg06h$g5p$1@forums.macromedia.com...> Very basic, not particually good, although i am quite conversant with
> VB.net if that makes any difference
Murray *TMM* Guest
-
ray@raywebprojects.com #11
Re: Popup Menus
Why do you recommend buying a separate product for this purpose when it should
work in DW?
I am also having problems in DW8.02 adding pop-ups to my nav bars. Following
the DW help instructions, I highlight the image on the nav bar and select Tag >
Behaviors but the Pop-up choice is not active. Same for any text link.
ray@raywebprojects.com Guest
-
Murray *ACE* #12
Re: Popup Menus
> Why do you recommend buying a separate product for this purpose when it
1. I didn't recommend buying a separate product. The links I gave you are> should
> work in DW?
all free.
2. It should work, but it doesn't.
--
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
==================
"ray@raywebprojects.com" <webforumsuser@macromedia.com> wrote in message
news:eh5erb$prs$1@forums.macromedia.com...> Why do you recommend buying a separate product for this purpose when it
> should
> work in DW?
>
> I am also having problems in DW8.02 adding pop-ups to my nav bars.
> Following
> the DW help instructions, I highlight the image on the nav bar and select
> Tag >
> Behaviors but the Pop-up choice is not active. Same for any text link.
>
Murray *ACE* Guest



Reply With Quote

