Results 1 to 2 of 2

Thread: All Levels Navigational Menu (v2.2) Transparency

  1. #1
    Join Date
    Mar 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default All Levels Navigational Menu (v2.2) Transparency

    1) Script Title: All Levels Navigational Menu (v2.2)

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

    3) Describe problem:
    I would like to add transparency on the drop down menu. I have tried adding
    opacity:0.4;
    filter:alpha(opacity=40);
    to .ddsubmenustyle, .ddsubmenustyle ul classes in ddlevelsmenu-base.css but it doesn't seem to work.

    Can you recommend what I should do?

    Thanks!
    Penny

  2. #2
    Join Date
    Feb 2011
    Posts
    15
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    Try adding to the .ddsubmenustyle li
    Code:
    .ddsubmenustyle li a{
    display: block;
    width: 160px; /*width of menu (not including side paddings)*/
    color: black;
    background-color: lightyellow;
    text-decoration: none;
    padding: 4px 5px;
    border-bottom: 1px solid black;
    filter:alpha(opacity=40);
    }

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
  •