Results 1 to 3 of 3

Thread: HV menu problem

  1. #1
    Join Date
    Sep 2004
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV menu problem

    HV Menu

    Have a set up and configured the HV menu to work across a frame on my site and want to change the borders and font colors for each element.

    In the documentation it states that by specifying colors in the individual menu trees that should overide the colors in the global variables. However this does not seem to be happening and I can not get the menu items to have individual colors.

    Here is some code from one of the menu trees. Am i missing something?

    Menu2=new Array("rollover:buttons/bt_botanical_up.gif:buttons/bt_botanical_dn.gif","botanical.htm","",2,28,98);
    Menu2_1=new Array("A Guide to Botanical Extracts","botanicalguide.htm","",0,30,120,'white','white','black','green','white');
    Menu2_2=new Array("Our Range","blank.htm","",5,20);
    Menu2_2_1=new Array("ActiveX","activex.htm","",0,20,60);
    Menu2_2_2=new Array("BotaniX","botanix.htm","",0);
    Menu2_2_3=new Array("FlowerX","flowerx.htm","",0);
    Menu2_2_4=new Array("OrganiX","organix.htm","",0);
    Menu2_2_5=new Array("SpecifiX","specifix.htm","",0);

    Thanks in advance
    Last edited by achatfield; 09-16-2004 at 11:52 AM.

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Well if the script supports html in its code (I presume it does)...

    Menu2_2_1=new Array("<font color='color'>ActiveX</font>","activex.htm","",0,20,60);

    I know there's probably a solution in CSS or similar, but this is a quick fix at least.
    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Sep 2004
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the help. That solves the problem of individual colors but it still means that the settings for border colors and mouse over etc. are still set to the global settings of the 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
  •