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
Coloured Menu items
-
- Beginner
- Posts: 8
- Joined: Sun May 19, 2002 7:24 pm
Re: Coloured Menu items
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
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
-
- Beginner
- Posts: 1
- Joined: Sun May 19, 2002 7:24 pm
Re: Coloured Menu items
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
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