AlexKunin Developer
Joined: 03 Jan 2003 Posts: 1191
|
Posted: Sat Jun 21, 2003 12:25 am Post subject: |
|
|
Sure, you can use menu without images. But there will always be one transparent image (b.gif). It is needed for alignment and sizing purposes. You have to put this image somewhere on your server, and then add the following line of code to the top of menuitems.js:
var BLANK_IMAGE="/full/path/to/b.gif"; |
|