RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread jake
Check out this example, I've based many of my own menus on this: http://www.cssplay.co.uk/menus/flyout2.html Jake Original Message --- Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Raymond Camden
Did you look at the docs for cfmenu? On 9/11/07, Ali Majdzadeh [EMAIL PROTECTED] wrote: Hi everybody: I have a problem and I believe you experts can help me. I need to make a dynamic manu which generates the menu from a database conetnt and has three levels. It means something like that:

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for cfmenu? \ Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign ~| Check out the new features and

RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Jayesh Viradiya
That's problem then...but you must try CFMENU tag, it's amazingly easy to use. Jayesh -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 11, 2007 3:24 PM To: CF-Talk Subject: Re: multi-level coldfusion menu that reads from a database Did you look

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
That's problem then...but you must try CFMENU tag, it's amazingly easy to use. Jayesh Yes, I really love to use CFMENU but it is a CF8 tag and my hosting is a shared host from crystal tech and they still are on CF7. Thanks Benign Okay but there is a question. What CF8 hosting service do you

RE: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Bill Betournay
www.crystaltech.com www.hostmysite.com To get the list started once again. Bill -Original Message- From: Ali Majdzadeh [mailto:[EMAIL PROTECTED] Sent: September 11, 2007 6:46 PM To: CF-Talk Subject: Re: multi-level coldfusion menu that reads from a database That's problem

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Ali Majdzadeh
Did you look at the docs for ? Okay it seems mine will be CF8 soon. Then how can I use CFMENU? I'm waiting for Ben Forta's books to learn more about the new features of CF8 and I wonder where I can learn more about it meanwhile. thanks Benign

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread Web Specialist
Ali, I'll want to suggest you to know this jQuery plugin: http://labs.activespotlight.net/jQuery/menu_demo.html Using ajax call could be a very nice solution to your needs. Cheers p.s.: open that link and click in Toggle Menu(top left position). 2007/9/11, Ali Majdzadeh [EMAIL PROTECTED]:

Re: multi-level coldfusion menu that reads from a database

2007-09-11 Thread James Holmes
The manual is always a good start: http://livedocs.adobe.com/coldfusion/8/htmldocs/ajaxui_4.html#1129478 On 9/12/07, Ali Majdzadeh [EMAIL PROTECTED] wrote: Did you look at the docs for ? Okay it seems mine will be CF8 soon. Then how can I use CFMENU? I'm waiting for Ben Forta's books