Good day to all!)
On the page there is a menu:
<script type="text/javascript" src="../js/jq.js"></script"> ... <ul> <li> <a class="ul" href="javascript:ShowOrHide('category1')">1 уровень</a> <div id="category1" style="display:none"> <ul> <li><a href="chernigiv/ch.htm">2 уровень</a></li> <li><a href="chernigiv/val.htm">2 уровень</a></li> ................ <li><a href="chernigiv/val.htm">2 уровень</a></li> </ul> </div> </li> </ul> Also on the page is a gallery:
<link href="../css/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="../js/jquery-1.4.3.min.js"></script> <script type="text/javascript" src="../js/jquery.lightbox-0.5.js"></script> <!--запуск галереи--> <script type="text/javascript"> jQuery(function(){ jQuery("#gallery a").lightBox(); }); </script> </head> ... <a href="../img/6.jpg"><img src="../img/6m.jpg" height="90px" width="120px" alt=""/></a> <a href="../img/2_2(387).jpg"><img src="../img/2_2m.jpg" height="90px" width="120px" alt=""/></a> ... This is the problem: when testing the menu on a separate page, everything is OK, as well as with the gallery, put both on one page - the menu links do not work (