Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

Subsection Disappears when Mouseover on a Subitem

  • Fred Phan
  • Fred Phan's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago - 10 years 4 months ago #137421 by Fred Phan
Hi,

Subsection[X] disappears when I mouseover on a Subitem[X] that is in front of another Subsection [Y] . Then the list of Subitems [Y] appear.

imgur.com/xZ2VkJE

I don't know much about programming but can we fix this bug by tweaking any Submenu parent event? See attached Picture in link

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 4 months ago #137422 by Krikor Boghossian
Replied by Krikor Boghossian on topic Subsection Disappears when Mouseover on a Subitem
Hello Fred,

Can you send me a link please so I can provide you with a fix?

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Fred Phan
  • Fred Phan's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago #137423 by Fred Phan
Hi Krikor,

Sorry I can't because the test site is hosted internally. But maybe can you try on your end? By creating 2 Subitems lists in a same submenu and see if there's a conflict when mouseover?
You can send me the fix to my email in a zip file or have it uploaded here to share the fix?

Thanks
Fred

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 4 months ago #137424 by Krikor Boghossian
Replied by Krikor Boghossian on topic Subsection Disappears when Mouseover on a Subitem
In your custom.css

Place this snippet of code.
.mainNav ul.menu ul li > ul { left: -2000px; }
.mainNav ul.menu ul li:hover ul { left: 200px; }

Let me know if that solved the issue

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Fred Phan
  • Fred Phan's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago #137425 by Fred Phan
Thanks Krikor! It works like a charm!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum