HI Michael, What you could do is check which fuseaction is being called and if the fuseaction (or orginalfuseaction) matching the navigation then change it to the on state i.e.
<a href="#request.myself##xfa.studyInfo#" title="Study Information"><img id="study_information" src="#application.siteURL#media/images/study_information<cfif myFuseBox.OriginalFuseAction EQ 'studyInfo' >_on</cfif>.gif" width="113" height="26" border="0" alt="study information" /></a> <a href="#request.myself##xfa.approvals#" title="Approvals"><img src="#application.siteURL#media/images/approvals<cfif myFuseBox.OriginalFuseAction EQ 'approval' >_on</cfif>.gif" width="75" height="26" border="0" alt="approvals" /></a> is this what you were after? On 09/11/2007, Michael Moreno <[EMAIL PROTECTED]> wrote: > > (very green Newbie using FB 4.1 with CF6.2) > > > Can anyone give me direction on how to properly implement a navbar that > maintains "down" "over while down" functionality. I've put together such a > navbar (made and tested in dreamweaver), and have incorporated it as a > prefuseaction so that it persists throughout all pages. However (as > expected) since it IS a prefuseaction the "down" and "over while down" > characteristics are reset with every click to a new page. > > What is the recommended or "best practice" method not only to implement > navbars within FB, but also to ensure "down" and "over while down" > functionality is maintained througout. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/Fusebox/message.cfm/messageid:6941 Subscription: http://www.houseoffusion.com/groups/Fusebox/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.12
