I'm using some javascript menu code from one of those free scripting sites and I would like to add some extra functionality to it. Currently, it parses each url as a menu item with the affiliated description text as you can see in the simple template I built here:
link
My Dilemma: I would like to add a small linked image after the menu item text (on the same line) that links to a different location. The problem is that the current code parses the image link as a new menu item.
I've attached the orginal code:
link
My Dilemma: I would like to add a small linked image after the menu item text (on the same line) that links to a different location. The problem is that the current code parses the image link as a new menu item.
I've attached the orginal code: