JavaScript.CoolDev.Com Support Forums

Any questions related to JavaScript menu and JavaScript tree menu by Javascript.CoolDev.Com

 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Borders always showing

 
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
jhoover



Joined: 24 Jul 2003
Posts: 2

PostPosted: Thu Jul 24, 2003 9:50 pm    Post subject: Borders always showing Reply with quote

I just purchased a license today for COOLjsMenu Pro and when I use the script on my pages it always shows borders. If I use the same code within the demo folder, the borders do not appear -- it appears as it should. Is there something I have to do special to use COOLjsMenu Pro outside of the demo folder?
Back to top
Gala
Support Team


Joined: 21 Jul 2003
Posts: 12

PostPosted: Mon Jul 28, 2003 9:32 pm    Post subject: Reply with quote

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...
Back to top
Display posts from previous:   
Post new topic   Reply to topic    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1