Trouble using transparent gif in a PVII Menu Magic 2submenu

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Trouble using transparent gif in a PVII Menu Magic 2submenu

    I am using PVII Menu Magic 2 to build a menu system that is image based. The
    submenu images have transparent backgrounds. When inserted into the menu,
    however, they display with a blue or black background. See attached page for a
    sample, under the "What's Hot" link here:
    [url]http://www.annaknowsnails.com/WD/Artificial.htm[/url]

    I didn't have any luck searching PVII's KB or the Dreamweaver KB. I thought
    I'd ask here before emailing them directly. I'm not sur if I goofed something
    (very likely) or this extension pack just isn't compatible with transparent
    submenu images. If you have any ideas, I'd appreciate it.

    Thank you!

    Rebekah Schmitthttp://www.annaknowsnails.com/WD/Artificial.htm

    kalwebs Guest

  2. Similar Questions and Discussions

    1. PVII Tab Bar Magic Issue in DWCS3 Mac
      I posted this on the PVII but no one has answered it so far and I am stuck with a major client site update until I get an answer... When I open...
    2. Pop Menu Magic
      Hello! Has anyone discovered Pop Menu magic by PVII to do drop downs?? I am experiencing layer problems. My drop downs don't lay over another...
    3. Menu magic
      :|Contrary to the marketing hype that Menu Magic is fall-over easy-peasy to install such that a dummy wielding baby could do it, I have spent many...
    4. How do I build Drop Down menu using Menu magic with Database result
      Hi Every One. I resently purched Menu Magic Dropdown System. I would like to list my database content like news( few sentense with link ), Authers...
    5. ANNC: PVII Menu Magic II Multi-Level Menu Tutorial.
      Hello All, Menu Magic II by Project Seven is probably the coolest menu creation tool there is for Dreamweaver. While PVII chose to provide a...
  3. #2

    Default Re: Trouble using transparent gif in a PVII Menu Magic 2 submenu

    It is best to mail us directly or to post on our news server. The
    image-based style sheet, per the user guide, assumes you are using images
    for just the root level. For the sub-levels you would need to make some
    mods.

    Remove the background color here:
    ..p7PMMv10 ul ul li {
    background-image: none;
    background-color: #27B6D4;
    margin-bottom: 0px;
    }

    Remove padding, background color and borders here:

    ..p7PMMv10 ul ul a {
    padding: 5px 12px;
    color: #000 !important;
    text-align: left;
    background-color: #27B6D4;
    border-top: 1px solid #43C1DC;
    border-right: 1px solid #229DB7;
    border-bottom: 1px solid #229DB7;
    border-left: 1px solid #43C1DC;
    }

    Remove background color here:
    ..p7PMMv10 ul ul a:hover {
    background-color: #000 !important;
    color: #FFF !important;
    background-image: none;
    }


    You might also want to validate your page.

    --
    Al Sparber - PVII
    [url]http://www.projectseven.com[/url]
    The Finest Dreamweaver Menus | Galleries | Widgets
    [url]http://www.projectseven.com/go/pop[/url]
    The Ultimate DW Menu System




    "kalwebs" <webforumsuser@macromedia.com> wrote in message
    news:gnvb0r$g15$1@forums.macromedia.com...
    >I am using PVII Menu Magic 2 to build a menu system that is image based.
    >The
    > submenu images have transparent backgrounds. When inserted into the menu,
    > however, they display with a blue or black background. See attached page
    > for a
    > sample, under the "What's Hot" link here:
    > [url]http://www.annaknowsnails.com/WD/Artificial.htm[/url]
    >
    > I didn't have any luck searching PVII's KB or the Dreamweaver KB. I
    > thought
    > I'd ask here before emailing them directly. I'm not sur if I goofed
    > something
    > (very likely) or this extension pack just isn't compatible with
    > transparent
    > submenu images. If you have any ideas, I'd appreciate it.
    >
    > Thank you!
    >
    > Rebekah Schmitthttp://www.annaknowsnails.com/WD/Artificial.htm
    >
    Al Sparber - PVII Guest

  4. #3

    Default Re: Trouble using transparent gif in a PVII Menu Magic 2submenu

    Thanks, Al! :) I tried to go to: forums.projectseven.com but it says 'under
    construction'? I haven't used the newsgroups in years, so it's probably that I
    was just accessing it wrong. Thanks for your reply! I'll give it a try.

    Rebekah

    kalwebs Guest

  5. #4

    Default Re: Trouble using transparent gif in a PVII Menu Magic 2 submenu


    "kalwebs" <webforumsuser@macromedia.com> wrote in message
    news:gnvg44$lkb$1@forums.macromedia.com...
    > Thanks, Al! :) I tried to go to: forums.projectseven.com but it says
    > 'under
    > construction'? I haven't used the newsgroups in years, so it's probably
    > that I
    > was just accessing it wrong. Thanks for your reply! I'll give it a try.
    >
    were you accessing it with a newsreader or a web browser? (use a
    newsreader).

    As an aside, you'll get a much better-looking navigation if you used a
    transparent PNG instead of GIF. The GIF format only supports a single color
    to define transparency - this will give you halos most of the time around
    the the image. PNG supports 8-bit transparency which will give you
    clean-looking transparencies (in the browsers that support it).


    Hunter Elliott 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