Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Javascript Pop Over menu

Featured Replies

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.

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.