each item in menu with its own colors
Posted: Wed Jan 10, 2007 10:10 am
Not sure I'm in the right section. 
Suppose that I want each item in first-level navigation menu with its own foreground color and background color.
If I had the following code, it should be easy to do such a task with CSS:
Is there the possibility in CMS M S to distinguish each item in the navigation list to deal with differently?
Thanks for your attention.

Suppose that I want each item in first-level navigation menu with its own foreground color and background color.
If I had the following code, it should be easy to do such a task with CSS:
Code: Select all
<li id="item1"> <a href="omissis">Home Page</a></li>
<li id="item2"> <a href="omissis">Products</a></li>
<li id="item3"> <a href="omissis">Contacts</a></li>
Thanks for your attention.