Results 1 to 4 of 4

Thread: HV Menu v5.5 - why transparent in NS & Firefox?

  1. #1
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu v5.5 - why transparent in NS & Firefox?

    Hi all, hope I can find some help here.

    I had this menu system working in all browsers on Friday, I launch the pup this monday and it's not working correctly.

    Please see: http://pharmakinnex.laurakyle.com/test.html

    In IE, works as it should. In NS & Firefox, the drop downs are transparent (i.e. no background color).

    This worked on Friday, I have no idea what I did to it over the weekend.

    Any help would be golden!

    Thanks!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    For your color declarations in exmplmenu_var.js try using the # prefix, like:
    Code:
    var NoOffFirstLineMenus=6;      
    var LowBgColor='#ffffff';        
    var LowSubBgColor='#ffffff';     
    var HighBgColor='#7B7BA5';       
    var HighSubBgColor='#7B7BA5';    
    var FontLowColor='#000000';      
    var FontSubLowColor='#000000';   
    var FontHighColor='#ffffff';     
    var FontSubHighColor='#ffffff';  
    var BorderColor='#000000';       
    var BorderSubColor='#333333';
    instead of:
    Code:
    var NoOffFirstLineMenus=6;      
    var LowBgColor='ffffff';        
    var LowSubBgColor='ffffff';     
    var HighBgColor='7B7BA5';       
    var HighSubBgColor='7B7BA5';    
    var FontLowColor='000000';      
    var FontSubLowColor='000000';   
    var FontHighColor='ffffff';     
    var FontSubHighColor='ffffff';  
    var BorderColor='000000';       
    var BorderSubColor='333333';
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for your response! I just tried it. Unfortunately still not working....

  4. #4
    Join Date
    Apr 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Scratch that! It works. Whew! Thanks so much!

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
  •