February 7, 201214 yr My website (http://www.my-wire.co.uk) User: demouser Pass: demouser Please login so you can see what I mean. When going to any page on my website, the second menu automatically opens (top menu) and only closes when you hover over it. I'm not sure where the script is, but opening up one of my template files I see this javascript script: <script type="text/javascript" language="javascript"> $(document).ready( function() { $("div.subMenuOvr").mouseenter(function() { $(this).stop().animate({top: 50}, "normal"); }).mouseleave(function() { $(this).stop().animate({top: -60}, "normal"); });; }); </script> Can anyone tell me if this is the code and how to make it show ONLY when hovered by it.
February 10, 201214 yr Don't know if you have this fixed or not but the user and password aren't working for me. There are numerous codes in the head one is an external sheet is this something that is working with the menu you mention? If not the only other code that it could be is the one that you mention and from reading this you have the 'mouseenter' so when the mouse enters the page the menu animates. This function may be referenced elsewhere too.
Create an account or sign in to comment