Results 1 to 1 of 1

Thread: how to make submenu translucent?

  1. #1
    Join Date
    Dec 2006
    Posts
    38
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy "opacity" script ?

    1) Script Title: opacity script ???
    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...men3/index.htm

    3) Describe problem:
    How can I make submenu menu translusent?

    I tryed var smOPACITY = 60;

    same as for submenu drop shadow opacity,
    but does't work.

    Please, give me some idea.
    Thank you


    var mCOLOR = "#ADD8E6"; // main nav cell color
    var rCOLOR = "#ADD8E6"; // main nav cell rollover color
    var bSIZE = 1; // main nav border size
    var bCOLOR = "#696969" // main nav border color
    var aLINK = "#696969"; // main nav link color
    var aHOVER = ""; // main nav link hover-color (dual purpose)
    var aDEC = "none"; // main nav link decoration
    var fFONT = "arial"; // main nav font face
    var fSIZE = 13; // main nav font size (pixels)
    var fWEIGHT = "bold" // main nav font weight
    var tINDENT = 7; // main nav text indent (if text is left or right aligned)
    var vPADDING = 7; // main nav vertical cell padding
    var vtOFFSET = 0; // main nav vertical text offset (+/- pixels from middle)

    var keepLIT = true; // keep rollover color when browsing menu
    var vOFFSET = 5; // shift the submenus vertically
    var hOFFSET = 4; // shift the submenus horizontally

    var smCOLOR = "lightblue"; // submenu cell color
    var smOPACITY = 60;
    Last edited by lelu; 03-19-2007 at 11:35 AM. Reason: correcting the discriptions and script

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
  •