Pop up menus semi-transparent menu background

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

  1. #1

    Default Pop up menus semi-transparent menu background

    I am trying to create a menu with a semi-transparent background using Fireworks MX 2004 and Dreamweaver MX. The effect I am trying to recreate is used on the following site: [url]http://my.countrywide.com/[/url] . Is there a way to get this effect using FW? Thank you.



    anji2222 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Semi-Transparent Overlay?
      I have a circle (10% Black fill) that is being overlapped by a triangle (CVC Yellow 100% fill, on a separate layer). I am trying to make the fill...
    2. Semi-Transparent Sliding Menu?
      Hi, all! Firstly, I wanted to thank some of the users here for their help. You gave me great advice on creating rippling text, as well as using...
    3. pop up menu - transparent background
      "blue falcon" webforumsuser@macromedia.com wrote: Hi CB: See this TechNote:...
    4. transparent menu background conflict
      I have 2 navigation bars on one page and I want the background of the menu to be transparent for one navagation bar but the not for the other...
    5. semi transparent background to dropdown menus?
      http://webforums.macromedia.com/fireworks/messageview.cfm?catid=193&threadid=662716
  3. #2

    Default Re: Pop up menus semi-transparent menu background

    That effect is achived using non-standard CSS

    All you need to do is add the following two declarations to the CSS rule for
    the drop-down menu.

    -moz-opacity: 80%;
    filter: alpha(opacity=80);

    alter the value of 80 to get your desired effect. (the lower the figure, the
    more transparent it will become)

    Please note that this is NON-STANDARD and will not validate, but it is a
    nice effect :-)

    Does that help?
    --
    Japes
    [url]http://www.pictura.co.uk[/url]


    "anji2222" <webforumsuser@macromedia.com> wrote in message
    news:bkkqj3$gmg$1@forums.macromedia.com...
    > I am trying to create a menu with a semi-transparent background using
    Fireworks MX 2004 and Dreamweaver MX. The effect I am trying to recreate is
    used on the following site: [url]http://my.countrywide.com/[/url] . Is there a way to
    get this effect using FW? Thank you.
    >
    >

    Japes Guest

  4. #3

    Default Re: Pop up menus semi-transparent menu background

    Thank you for your help.

    "All you need to do is add the following two declarations to the CSS rule for the drop-down menu."

    Are you talking about adding it to the mm_menu.js file or .... ?

    Thank you -- I have just begun using FW with pop-ups.




    anji2222 webforumsuser@macromedia.com Guest

  5. #4

    Default Re: Pop up menus semi-transparent menu background

    Sorry for the delay in replying.

    No you need to add them your CSS file.

    Come to think of it I'm not sure you can do this with MM pop up menus.

    I *my* opinion there are better ways of doing drop-down menus, check these
    links:

    [url]http://www.youngpup.net/?request=/components/ypSlideOutMenus.xml[/url]
    [url]http://www.projectseven.com/tutorials/menuing/mcloser/index.htm[/url]

    both of these would allow you to add the CSS effect.

    I'm not sure if all that helps but you never know!

    --
    Japes
    [url]http://www.pictura.co.uk[/url]


    "anji2222" <webforumsuser@macromedia.com> wrote in message
    news:bkletk$9ct$1@forums.macromedia.com...
    > Thank you for your help.
    >
    > "All you need to do is add the following two declarations to the CSS rule
    for the drop-down menu."
    >
    > Are you talking about adding it to the mm_menu.js file or .... ?
    >
    > Thank you -- I have just begun using FW with pop-ups.
    >
    >
    >
    >

    Japes Guest

  6. #5

    Default Re: Pop up menus semi-transparent menu background

    Thank you for your help Japes,
    I'll take a look at the sites.
    Anji


    anji2222 webforumsuser@macromedia.com 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