Problem with BgColor in HVMENU

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ariodante

    Problem with BgColor in HVMENU

    Hello,

    I am a user of Dynamic Drives' HvMenu.
    It works fine, but just tried to get different colors for subtitles (as said
    in the config.htm of the documentation) and get a problem.
    When writing a color like that :

    Menu1=new
    Array("rollover :visuels/communs/menu/presentation.gi f:visuels/communs/menu//
    presentationON. gif","#","",2,2 5,101,"","","", "","");
    Menu1_1=new Array("Cannabis et
    Santé","index.p hp?idch=1","",0 ,20,131,"",""," ","","");
    Menu1_2=new
    Array("Nutritio n","index.php?i dch=2","",0,20, 131,#FFA569,"", "","","");

    The menu doesn't appear on screen.
    It seems it is a bug, but someone has probably done something... ?

    A.

    Remember of the documentation :

    BgColor
    Text string- Background color of this element when the mouse is not over the
    element.
    When used it over rules the global variable LowBgColor
    When not used it must be "". Can be a supported color name like red or blue
    or a RGB string like #ff552a.



  • herders@yahoo.com

    #2
    Re: Problem with BgColor in HVMENU

    Try using quotes around "#FFA569"

    Ariodante wrote:
    [color=blue]
    > Hello,
    >
    > I am a user of Dynamic Drives' HvMenu.
    > It works fine, but just tried to get different colors for subtitles (assaid
    > in the config.htm of the documentation) and get a problem.
    > When writing a color like that :
    >
    > Menu1=new
    > Array("rollover :visuels/communs/menu/presentation.gi f:visuels/communs/menu//
    > presentationON. gif","#","",2,2 5,101,"","","", "","");
    > Menu1_1=new Array("Cannabis et
    > Santé","index.p hp?idch=1","",0 ,20,131,"",""," ","","");
    > Menu1_2=new
    > Array("Nutritio n","index.php?i dch=2","",0,20, 131,#FFA569,"", "","","");
    >
    > The menu doesn't appear on screen.
    > It seems it is a bug, but someone has probably done something... ?
    >
    > A.
    >
    > Remember of the documentation :
    >
    > BgColor
    > Text string- Background color of this element when the mouse is not over the
    > element.
    > When used it over rules the global variable LowBgColor
    > When not used it must be "". Can be a supported color name like red or blue
    > or a RGB string like #ff552a.[/color]

    Comment

    • Ariodante

      #3
      Re: Problem with BgColor in HVMENU


      <herders@yahoo. com> a écrit dans le message de
      news:406CBDEC.6 F0D0677@yahoo.c om...
      Try using quotes around "#FFA569"

      Doesn't work anymore... :-{


      Comment

      Working...