Making Category Headers for links

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
SecretAgentWoman
Advanced
Advanced
Posts: 10
Joined: Sat Jul 05, 2003 8:05 pm
Contact:

Making Category Headers for links

Post by SecretAgentWoman »

On the Milonic home page the left side menu has category headers for the different section of links. They have different background colors, etc, in the cells.

Now, I can view source to see how it's done in 3, but I've seen no examples of code for this in 4.

Anyone know how to do this?
SecretAgentWoman
Advanced
Advanced
Posts: 10
Joined: Sat Jul 05, 2003 8:05 pm
Contact:

Post by SecretAgentWoman »

I take it then it's not available in this version?!
tommcmur
Advanced
Advanced
Posts: 27
Joined: Tue Jul 08, 2003 7:46 pm

taken from one of their examples

Post by tommcmur »

Have you tried adding the item like this?

aI("text=None Been Done yet Folks, Sorry<br><br>More will follow shortly;type=header");
tommcmur
Advanced
Advanced
Posts: 27
Joined: Tue Jul 08, 2003 7:46 pm

header properties

Post by tommcmur »

Try using the following in your style section:

headercolor = your color
headerbgcolor = your color
SecretAgentWoman
Advanced
Advanced
Posts: 10
Joined: Sat Jul 05, 2003 8:05 pm
Contact:

Post by SecretAgentWoman »

Thanks. It worked, but something odd...it is using the bgcolor as the color, and the color as the bgcolor. Switching my colors solved it for now, but any idea why it's doing this?
tommcmur
Advanced
Advanced
Posts: 27
Joined: Tue Jul 08, 2003 7:46 pm

colors

Post by tommcmur »

probably just a type in the menu javascript.
Post Reply