Ask a Question related to Macromedia Fireworks, Design and Development.
-
Klytus webforumsuser@macromedia.com #1
Pop-up menu from text link instead of image?
Does anyone know if it's possible to generate a pop-up menu off of a text link instead of off a button? If so, can either Fireworks MX or Fireworks MX 2004 handle it?
I would need it on the navigation buttons [url]http://www.morethangourmet.com/[/url].
Thanks,
Kirk Hiner
Klytus webforumsuser@macromedia.com Guest
-
link to 2 pages with pop up menu
Hi, I am using 2 iframes on my site. When someone clicks on a navigation menu button (using pop up behavior) I want the main body of my page... -
Careted 4 movies & a menu but can't link
It's like I built an airplane but I forgot that I don't know how to fly it. I created 4 two-minute movie presentations for a CD to be... -
Pop-up Menu will display the Link page or URL
Hi, I've created a simple menu with one entry that has a pop-up menu using FW MX. When I click the pop-up menu's entry it will not display the link... -
Pop-Up Menu Link Question
Hello guys/gals - Only just started using FW so please go easy on me... Have just created my pop up menu sucessfuly and all works fine. I have my... -
url link to drop down menu
Hey all, I have created a drop down menu in Flash MX and i want to create a url link on the buttons which drop down - can you do this? If so how?... -
Murray *TMM* #2
Re: Pop-up menu from text link instead of image?
Karl:
You can do this easily in DMX by making the text into a null link first. To
do this, select the text, and enter "javascript:;" (that's a colon
semicolon) in the link field of the property inspector -
<a href="javascript:;">Your selected text</a>
Then by clicking anywhere within this null link, you can apply the show
pop-up menu behavior.
I want you to think very hard about whether you want to use these menus in
light of the following -
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
==================
"Klytus" <webforumsuser@macromedia.com> wrote in message
news:bm10k0$19k$1@forums.macromedia.com...link instead of off a button? If so, can either Fireworks MX or Fireworks MX> Does anyone know if it's possible to generate a pop-up menu off of a text
2004 handle it?>
> I would need it on the navigation buttons [url]http://www.morethangourmet.com/[/url].
>
> Thanks,
> Kirk Hiner
>
>
Murray *TMM* Guest
-
Linda Rathgeber #3
Re: Pop-up menu from text link instead of image?
You can do it in Dreamweaver with show/hide layers, but not in Fireworks.
Best regards,
Linda Rathgeber
----------------
Victoriana | [url]http://www.projectseven.com/dpacks/vic/index.htm[/url]
Theme Pack 03 - Club | [url]www.projectseven.com[/url] |mm2| themes
Contributor *PVII Foundations* [url]www.projectseven.com[/url]
Co-author *Playing with Fire* [url]www.playingwithfire.com[/url]
Team MM Fireworks Volunteer | [url]www.macromedia.com/go/team[/url]
-----------------
Linda Rathgeber Guest
-
Klytus webforumsuser@macromedia.com #4
Re: Pop-up menu from text link instead of image?
Thanks for the tip. I agree with your concerns, actually. The irony is that the client wants us to pursue this option because they feel those 0.5K buttons are slowing down the page's load time.
Kirk
Klytus webforumsuser@macromedia.com Guest
-
Murray *TMM* #5
Re: Pop-up menu from text link instead of image?
Kirk:
If they feel that the 0.5K buttons are slowing down the page's load time,
how do they feel about the 31K javascript support file, or the 4-10K
embedded javascript for the menu customization, or the 15-25K dynamic write
to the page that the javascript triggers on EVERY page holding the menus?
Dump these menus and do the WHOLE thing in less than 7K of code.
Clients cannot make such decisions. They need your guidance. They have
faulty information and you have to help them understand - geddit?
--
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
==================
"Klytus" <webforumsuser@macromedia.com> wrote in message
news:bm1b6s$n2t$1@forums.macromedia.com...that the client wants us to pursue this option because they feel those 0.5K> Thanks for the tip. I agree with your concerns, actually. The irony is
buttons are slowing down the page's load time.>
> Kirk
>
>
Murray *TMM* Guest
-
Klytus webforumsuser@macromedia.com #6
Re: Pop-up menu from text link instead of image?
I'm with you, but this is one of these clients who thinks they know better than us, you know? Whenever we disagree with them, we have to compile loads of information on why we're right. A waste of time, yes, but they're our #1 client (money maker), so it's a neceesary evil. These forums have proven tremendously helpful each time we do this, so I thank you all.
Kirk
Klytus webforumsuser@macromedia.com Guest
-
Murray *TMM* #7
Re: Pop-up menu from text link instead of image?
Kirk:
Your client cannot make this decision for you since he/she has no way to
appreciate the impact of it. Surely they are also asking you for pages that
load briskly and that rank highly on search engines. Well, if they insist
on the pop-ups then they get neither of those.
In addition, your maintenance problems will be substantial down the road
when you rename or move any menu-linked file.
Educate your clients. Then take their money.
--
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
==================
"Klytus" <webforumsuser@macromedia.com> wrote in message
news:bm3lmu$fhq$1@forums.macromedia.com...than us, you know? Whenever we disagree with them, we have to compile loads> I'm with you, but this is one of these clients who thinks they know better
of information on why we're right. A waste of time, yes, but they're our #1
client (money maker), so it's a neceesary evil. These forums have proven
tremendously helpful each time we do this, so I thank you all.>
> Kirk
>
>
Murray *TMM* Guest
-
John T #8
Re: Pop-up menu from text link instead of image?
> Educate your clients.
Exactly! The last client I met with was very grateful that I educated him in
the most reasonable way of handling some of the things he wanted in a site.
"That makes sense" was one of the most often uttered phrases during that
consultation. :-)
John
John T Guest



Reply With Quote

