Ask a Question related to Macromedia Fireworks, Design and Development.
-
Lee Williamz webforumsuser@macromedia.com #1
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 lndex in the root folder with all menu's/ sub menu's in there own folders with in the root. When linking the (pop up) menu from the index everything is fine, but when linking from on of my sub menu pages back to the index it will not look out side the folder its looking in. Every other application has a folder link so you can locate exactly. In the pop up menu link I am very limited.... Can someone tell me where I am going wrong (Please!).
Lee Williamz 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 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... -
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... -
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 Link Question
Lee:
not look out side the folder its looking> but when linking from on of my sub menu pages back to the index it willYep - that's one of the problems with these menus.> in
At the risk of sounding cynical and negative, you are going wrong by> Can someone tell me where I am going wrong (Please!).
electing to use these 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 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.
Here are some excellent alternatives with none of these drawbacks -
[url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]
or
[url]http://www.projectseven.com/tutorials/auto_hide/index.htm[/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
==================
"Lee Williamz" <webforumsuser@macromedia.com> wrote in message
news:bhqd1r$j2s$1@forums.macromedia.com...lndex in the root folder with all menu's/ sub menu's in there own folders> 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
with in the root. When linking the (pop up) menu from the index everything
is fine, but when linking from on of my sub menu pages back to the index it
will not look out side the folder its looking in. Every other application
has a folder link so you can locate exactly. In the pop up menu link I am
very limited.... Can someone tell me where I am going wrong (Please!).>
>
Murray *TMM* Guest
-
Murray *TMM* #3
Re: Pop-Up Menu Link Question
Lee:
You're welcome!
Change this (assuming that your arrows.gif image is in the images folder off
the root of the site) -
mm_menu_0205142547_0.childMenuIcon="arrows.gif";
to this -
mm_menu_0205142547_0.childMenuIcon="/images/arrows.gif";
for example (I am making this change in the js that is inserted in the head
region of the page).
--
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
==================
"Lee Williamz" <webforumsuser@macromedia.com> wrote in message
news:bhqlf8$46l$1@forums.macromedia.com...short term please can you explain how I convert my links to Root Relative> Thanks for your reply, very helpful - As I just want to solve the problem
links, sure sounds like it will sort the problem. I the mean time I will be
sure to follow your links provided. Thanks again for your reply>
>
Murray *TMM* Guest



Reply With Quote

