AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sun Aug 31, 2003 11:56 pm Post subject: |
|
|
You can have images as menu items: your top level items can be borderless images which will fit your design/layout perfectly. But depending on your layout you may (or may not) need Pro. If your menu will have constant x and y coordinates, then you don't need Pro, but if your site is centered, then Pro is a must.
Here is sample item with image inside it:
| Code: | | {code:'<img src="item1.gif" width="100" height="20">', ocode:'<img src="optional_item1_rollover.gif" width="100" height="20">', ... |
Correspondin item style must have "border" property set to 0. |
|