AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Mon Aug 25, 2003 1:51 am Post subject: |
|
|
Try to insert image right into the code:
| Code: | | {code:'My item<img src="image.gif">', ... |
Also this way may work for modern browsers:
| Code: | | {code:'<div style="float: right"><img src="image.gif"></div>My item', ... |
And of course putting whole little table into the menu item will also work. |
|