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 

Not working....

 
Post new topic   This topic is locked: you cannot edit posts or make replies.    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu
Author Message
Spook



Joined: 04 May 2006
Posts: 5

PostPosted: Wed Aug 16, 2006 7:33 pm    Post subject: Not working.... Reply with quote

I have installed this menusystem on several sites, suddenly it's not working....
Nothing happens when I move the mouse over the menu.

I'll attach the code and hope for a quick reply.....

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>www.redmy.se</title>
<style type="text/css">
<!-- A:link {color:#ffffff; text-decoration: none;} A:visited {color:#ffffff; text-decoration: none} A:hover {color:#FF009C; text-decoration: none;} A:active {color:#FF009C; text-decoration: none;} -->
<!--
body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background-color: #DA2127;
}
-->
</style>
<link href="styles/redmycss.css" rel="stylesheet" type="text/css">
      <link rel="stylesheet" type="text/css" href="menu/style.css">
      <script type="text/javascript" src="menu/coolmenupro.js"></script>
      <script type="text/javascript" src="menu/menuitems.js"></script>
</head>

<body>
<div align="center">
  <table width="1024" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td><div align="center"><img src="images/design/top.jpg" width="1024" height="150" /></div></td>
    </tr>
    <tr>
      <td height="22" valign="top"><div align="left"><table width="100%" border="0">
        <tr>
          <td width="100%">
        <script type="text/javascript">
      var m1 = new COOLjsMenuPRO("menu1", MENU_ITEMS)
      m1.initTop();
      </script>
          </td>
        </tr>
      </table></div></td>
    </tr>
    <tr>
      <td height="400" valign="top"><div align="center"></div></td>
    </tr>
    <tr>
      <td><div align="center">
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr class="text-normal">
            <td width="7" valign="top">&nbsp;</td>
            <td width="211" valign="top" class="text-normal"><div align="left" class="text-small-white">RED<br />
              Hornsgatan 114<br />
              117 26 Stockholm <br />
              SWEDEN </div></td>
            <td width="33" valign="top"><div align="left" class="text-small-white">Tel. <br />
              Cell. </div></td>
            <td width="131" valign="top"><div align="left" class="text-small-white">+46 8 724 00 09<br />
              +46 704 41 80 24</div></td>
            <td width="65" valign="top"><div align="left"></div></td>
            <td width="225" valign="top" class="text-normal"><div align="left" class="text-small-white"><a href="mailto:info@redmy.se" class="text-normal-W">info@redmy.se</a><br />
                <a href="http://www.redmy.se" target="_self" class="text-normal-W">www.redmy.se</a></div></td>
            <td width="78" valign="top"><div align="left" class="text-small-white">&copy; RED 2005 </div></td>
          </tr>
        </table>
      </div></td>
    </tr>
  </table>
</div>
<p align="center">&nbsp;</p>
      <script type="text/javascript">
      m1.init();
      m1.show();
      </script>
</body>
</html>
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Thu Aug 17, 2006 8:31 am    Post subject: Reply with quote

What about version numbers? Both script's and browser's.
Back to top
Spook



Joined: 04 May 2006
Posts: 5

PostPosted: Thu Aug 17, 2006 3:03 pm    Post subject: Reply with quote

I am using version 2.4.8

My browser is Firefox 1.5.0.6
Back to top
AlexKunin
Developer


Joined: 03 Jan 2003
Posts: 1191

PostPosted: Sun Aug 20, 2006 8:05 am    Post subject: Reply with quote

I've checked your code, and it works fine. Probably, some problem exists in you menuitems.js file. Can you quote it here?

But before doing this, please check if the menu can access b.gif (blank 1x1 image that can be taken from any sample in the package file). In case of FireFox this is crucial. Set BLANK_IMAGE variable at the very top of menuitems.js:

Code:
BLANK_IMAGE = 'some/path/b.gif';
Back to top
Spook



Joined: 04 May 2006
Posts: 5

PostPosted: Mon Aug 21, 2006 12:58 pm    Post subject: Reply with quote

Alex !!

Thanx, it worked fine m8.
Back to top
Display posts from previous:   
Post new topic   This topic is locked: you cannot edit posts or make replies.    JavaScript.CoolDev.Com Forum Index -> COOLjsMenu All times are GMT
Page 1 of 1