The EASY way to make FireWorks dropdown menu translucent!

Ask a Question related to Macromedia Fireworks, Design and Development.

  1. #1

    Default Re: The EASY way to make FireWorks dropdown menu translucent!

    What bold text? I see no bold text on NNTP.

    Be aware that translucency is not fully supported on all browsers....

    --
    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
    ==================

    "the-creator" <webforumsuser@macromedia.com> wrote in message
    news:bg5vlo$j0u$1@forums.macromedia.com...
    > I figured out how to make the FireWorks dropdown menu translucent without
    all of the 16 steps that the
    [url]http://www.macromedia.com/support/fireworks/ts/documents/transpop.htm[/url] lets
    us go through. No hard feelings, because I know it DOES work, but I think
    it's too much work.. :)
    >
    > You can find the result at [url]http://www.i-concept.nl[/url] (where I work).
    >
    > It's an easy 4 step change:
    >
    >
    > 1) Open the fw_menu.js (or mm_menu.js as in my case) - well, that wasn't
    even a real step ;)
    > 2) Delete/comment the following line: this.menuBgOpaque=opq;
    > 3) Then include the little bold text in the following piece of code as
    shown:
    > <!--- start code --->
    >
    > if (lrs) {
    > var menuLayer = new Layer(100, container);
    > var lite = new Layer(100, menuLayer);
    > lite.top = menu.menuBorder;
    > lite.left = menu.menuBorder;
    > var body = new Layer(100, lite);
    > body.top = menu.menuBorder;
    > body.left = menu.menuBorder;
    > } else {
    > content += ''+
    > '<div id="menuLayer'+ countMenus +'"
    style="filter:alpha(opacity=75);position:absolute; z-index:1;left:10px;top:'+
    (i * 100) +'px;visibility:hidden;color:' + menu.menuBorderBgColor +
    ';">\n'+
    > ' <div id="menuLite'+ countMenus +'"
    style="position:absolute;z-index:1;left:'+ menu.menuBorder +'px;top:'+
    menu.menuBorder +'px;visibility:hide;" onmouseout="mouseoutMenu();">\n'+
    > ' <div id="menuFg'+ countMenus +'" style="position:absolute;left:'+
    menu.menuBorder +'px;top:'+ menu.menuBorder +'px;visibility:hide;">\n'+
    > '';
    > }
    >
    > <!--- stop code --->
    > 4) Save it!
    >
    >
    > Goodluck and if you have any questions, I'll be happy to answer them.
    >
    > Oh, before I forget: you change the opacity in what ever you like, 100 is
    solid and 0 is transparent. Anything between these values is translucent.
    >
    >

    Murray *TMM* Guest

  2. Similar Questions and Discussions

    1. List/Menu Form hides dropdown Menu
      http://2006.maximizer.com/about/customers/index.html when you scroll over 'company' in the main navbar at the top of the page, you'll see what...
    2. Fireworks Dropdown Menus
      I really like the dropdowns available in Fireworks MX, but would like to know if the is a way of keeping the Links together in an external document,...
    3. Translucent pop-up menu problem
      I'm having a problem getting a translucent pop-up menu to work. I have faithfully followed all the steps in TechNotes, please see link below. I...
    4. Fireworks dropdown menu. Disappears behind Flash Content
      It will be easiest if you take a look. Menus all should appear like: http://www.lindsayfagnani.com/megjewelry.html this page has flash content...
    5. How to make shapes translucent?
      Please go to www.vorspann.net This is an online buisness I am starting and I created the VORSPANN logo there in freehand. When creating the O...
  3. #2

    Default Re: The EASY way to make FireWorks dropdown menu translucent!

    It doesn't work in Netscape.


    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

  4. #3

    Default Re: The EASY way to make FireWorks dropdown menu translucent!

    What bold text? I see no bold text on NNTP.

    My apologies, I was not aware of the fact that newsgroup users where using these forums (I just come in to post a topic that might help other people, I'm not a -frequent- user of the forum).

    The text that I made bold was:

    filter:alpha(opacity=75);



    the-creator Guest

  5. #4

    Default Re: The EASY way to make FireWorks dropdown menu translucent!

    Sorry to be off-topic, but where did you get those great images, particulary
    the main image on the home page?
    TIA


    Silvia 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