Results 1 to 3 of 3

Thread: Background of mega menu appears transparent.

  1. #1
    Join Date
    Feb 2010
    Location
    Toronto
    Posts
    101
    Thanks
    6
    Thanked 1 Time in 1 Post

    Lightbulb Background of mega menu appears transparent.

    1) Script Title: DD Mega Menu

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ddmegamenu.htm

    3) Describe problem: I set id="mega" as following.
    .mega{
    width:350px; /*default width of mega menu 300px*/
    padding:0;
    position:absolute;
    visibility:hidden;
    border:5px solid #cd0000;
    background:white;
    -webkit-box-shadow: 5px 5px 5px #c8c8c8; /*css 3 shadows*/
    -moz-box-shadow: 5px 5px 5px #c8c8c8;
    box-shadow: 5px 5px 5px #c8c8c8;
    }
    The background of mega menu appears transparent but not white.
    Please confer News item at http://www.ehyeh.com/EhyehTest4.html. Anyone can help ?
    Last edited by naremkim; 07-22-2011 at 07:42 AM. Reason: complete

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Inside ddmegamenu.css, remove the HTML comments, which isn't valid CSS:

    Code:
    .mega{
    width:350px; /*default width of mega menu 300px*/
    padding:0;                                       <!-- originally padding:10px; -->
    position:absolute;
    visibility:hidden;
    border:5px solid #cd0000;              <!-- originally border:2px solid black;-->
              <!-- originally border-top-width:1px; -->
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    naremkim (07-22-2011)

  4. #3
    Join Date
    Feb 2010
    Location
    Toronto
    Posts
    101
    Thanks
    6
    Thanked 1 Time in 1 Post

    Default

    Thanks very much. I have resolved it. I appreciate for the magnificent DD Mega Menu.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •