I need to position an image next to the menuitem that corresponds to the page the user is on. I can't figure out how to get the position of the menuitem. I can reference it with
Menu.Items(0)
But I can't find a position/location. It renders as a listitem in an unordered list, so maybe this isn't possible.
Go to the complete details ...