
Originally Posted by
send2mark
but adding the test over it is not working
That's probably text that you mean. Following the documentation on this menu, it appears you can have rollover images for the item text or text for the the items. There is also a provision for a background image but not a rollover for the background image. So, why not get creative and think outside the box, no promises but, you could just try putting the rollover code in the background image field, see if that works, if so, you can put your text in the text field and everyone is happy. If not, here is something that should work, use something like this in the "TextToShow" field:
Code:
<table style='border-collapse:collapse;color:navy;background:pink url(some.jpg)' onmouseover=\"this.style.background='yellow url(someother.jpg)'\" onmouseout=\"this.style.background='red url(some.jpg)'\"><tr><td width='100' height='50'>Text for the menu item goes here</td></tr></table>
Set your own colors, text and dimensions.
Bookmarks