on 6/3/03 11:03 AM, Tim Laureska at [EMAIL PROTECTED] wrote: > Well I was just wondering if somehow you could reference different style > sheets that had the properties you wanted on the sub-pages as part of > your navigation scheme.. just a thought
Well, it gets even better...The menu is using so many design elements, that the only way we're going to be able to accomplish it is by using GIFs as rollovers. One for the "on" state, and one for the "off" state. I had hoped to somehow place some "decision making" in the navigation to basically say (pseudo code of course): <cfif I'm in "this" section> <img src="off state"> <cfelse> <rollover> </cfif> But I'm not sure exactly how to handle the decision itself. I'd like to make the determination of what "section" I'm in in my application.cfm file, then use those results in my include, but I'm not sure that the order of processing will allow it. This is all in the very early stages, and I'm just trying to flesh out an approach before I sit down to actually code. Thanks for the help...any other ideas? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

