CFDEV wrote:
> Well the color is to highlight the menu for which page we are in at the
> moment and this is determined by a url variable...

That is no problem. Consider the folowing menu:

<cfoutput>
<style type="text/css">
ul.menu li.#url.page# {background-color: navy;}
</style>
</cfoutput>

<ul id="menu">
   <li id="home"><a href="/">Home</li>
   <li id="products"><a href="/">Products</li>
   <li id="services"><a href="/">Services</li>
   <li id="contact"><a href="/">Contact</li>
</ul>

The menu is still the same, all you change is which item is 
highlighted.

Jochem

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:196363
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to