Gala Support Team
Joined: 21 Jul 2003 Posts: 12
|
Posted: Mon Jul 28, 2003 9:26 pm Post subject: |
|
|
Hello!
This happens because you forgot to include blank image into your site
tree. please, do the following:
- Put blank image 1x1 (b.gif from our samples) to some folder that contains your images (e.g. 'images').
- In the menuitems.js add line like this:
| Code: | | var BLANK_IMAGE = "images/b.gif"; |
This line must be inserted at the top of the file, and path in the double quotes must point to b.gif no matter where you've put it.
|
|