Search found 5 matches

by pakaymc
Thu Jul 05, 2007 5:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Hiding a Menu Item
Replies: 1
Views: 5127

Hiding a Menu Item

Hiding a Menu Item

Is it possible to hide/unhide a Menu Item based on a value stored in a MySQL table?
As an example. If my menu is as follows
aI("text=Home;url=../Home.php");
aI("text=LogOff;url=../LogOff.php ");
aI("text=Show;url=../Show.php");
aI("text=Hide;url=../Hide.php");

In my MySQL table ...
by pakaymc
Thu Dec 21, 2006 5:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changing Font Colors
Replies: 2
Views: 2617

I found the answer. If I add offcolor=#ff3030; to my aI tag, I can select a different font color for each item.

__________ CODE SAMPLE __________
aI("text=Sample Menu Item;separatorsize=1;url=;offcolor=#ff3030;")

m
by pakaymc
Thu Dec 21, 2006 4:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Changing Font Colors
Replies: 2
Views: 2617

Changing Font Colors

As I develope a menu I would like to declare two different font colors, Black and Red. I would like to use Black for all completed menu items and Red for items that are under development. Normally I would not include the menu items that are under development but in this case it is a requirement so ...
by pakaymc
Fri Sep 29, 2006 8:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Links on a line using the Vertical Menu
Replies: 2
Views: 2649

Thank you Ruth. I will test this code over the weekend to see the results.

m
by pakaymc
Mon Sep 25, 2006 12:41 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Multiple Links on a line using the Vertical Menu
Replies: 2
Views: 2649

Multiple Links on a line using the Vertical Menu

Is it possible to have two links on the same line while using the Vertical menu? As an example


| Home | Logoff |..............Two Links
| Contact US |..............One link
| Links |..............One link
| FAQ | Support |..............Two links

I realize this may not be the best representation ...