Hello –
Have been incorporating XML data into applications for a while now… have now begun using it for medium to large navigation lists.
While I can do any method of horizontal, clamshell, expandable, motion-based navigation etc I have a strange problem overall… I cannot, for the life of me, figure out how to code a smart function that will check which nav item was clicked and keep it highlighted until another one is clicked… then that one would highlight and all of the others would be un-highlighted.
I can do rollOvers using references to XML array generated items. BUT-- the smart checker is something I cannot figure out… any ideas out there. Must be simple.
Thanks in advance for any help… I really would appreciate it.
// vagabond007