Coloured Menu items

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
usmarine@swipnet.se
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Coloured Menu items

Post by usmarine@swipnet.se »

Please assist if anybody can ?

i have downloaded the sample where the main menu items are differnat colours. but i usae the menu without sub -menu items

See my example !! how it is now !

,"Home", "../DUHome/default.asp",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"Eat
landolt@strichpunkt.ch
Beginner
Beginner
Posts: 8
Joined: Sun May 19, 2002 7:24 pm

Re: Coloured Menu items

Post by landolt@strichpunkt.ch »

Hi,

You can wrap your item in a <div> tag like this, for example :

<div align=center style=\"background: \#FFFFFF style=\"border: none style=\"color: \#3300FF\"><b>Home</b></div>

Hope this can help,

ben
venkateswarlu.thummapudi@
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Re: Coloured Menu items

Post by venkateswarlu.thummapudi@ »

You can also see the example in the FAQ

Can DHTML menu elements have different colors within menus?
Yes

You need to specify this inside each element you want to change the colors for.

Heres an example:


,"Samples","samp.htm","# offfontcolor=ffffff;offbackcolor=5D1B89",,3
,"Samples","samp.htm","# onfontcolor=ffffff;onbackcolor=CC99CC",,3


The above sample will have different colored elements
Post Reply