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.

Menu sub-items are behind the slides!

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27547 by GSnake
How can I solve this problem?
All of my sub-items appear to be behind the slideshow... please help.

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

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 3 months ago #27548 by Yiota
Replied by Yiota on topic Re: Menu sub-items are behind the slides!
Could you provide a link to your site?

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago - 15 years 3 months ago #27549 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
Sorry but I can't since I'm working in local...
I use the standard menu with the option to enable sub items...

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27550 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
None?

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

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 3 months ago #27551 by Yiota
Replied by Yiota on topic Re: Menu sub-items are behind the slides!
Check what happens with the z-index of the sub-menu items and the SIG. For the sub-menu items to be behind the SIG they should have z-index smaller than the SIG's.

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27552 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
Where can I modify these parameters?

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27553 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
Here's my CSS file.
Attachments:

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27554 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
Please help me :(  :-[

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

  • GSnake
  • GSnake's Avatar Topic Author
  • Offline
  • New Member
More
15 years 3 months ago #27555 by GSnake
Replied by GSnake on topic Re: Menu sub-items are behind the slides!
A help would be appreciated

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

  • Yiota
  • Yiota's Avatar
  • Visitor
15 years 3 months ago #27556 by Yiota
Replied by Yiota on topic Re: Menu sub-items are behind the slides!
The z-index your menu uses is in these classes
.art-menu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	[b]z-index: 5;[/b]
	background:none;
}

.art-menu li:hover
{
	[b]z-index: 10000;[/b]
	white-space: normal;
}

.art-menu ul
{
	visibility: hidden;
	position: absolute;
	[b]z-index: 10;[/b]
	left: 0;
	top: 0;
	background:none;
}

/* menu structure */

.art-nav
{
	position: relative;
	height: 32px;
	[b]z-index: 100;[/b]
}

Try experimenting a little with those.

I would really need you to upload your site to a server so I can have a better look and locate the problem. Let me know

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


Powered by Kunena Forum