Gala Support Team
Joined: 21 Jul 2003 Posts: 12
|
Posted: Mon Jul 28, 2003 9:32 pm Post subject: |
|
|
Hello!
These things going on because browser cannot find blank image and shows "broken image icon" and image placeholder. To resolve this issue, put b.gif from our samples to some folder (e.g. 'img'). Then insert
into the menuitems.js file the following line:
| Code: | | var BLANK_IMAGE = "img/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.
Also, your CSS code can contain some border definitions, so check your CSS files and STYLE tags... |
|