Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 23/11/2024 Black Friday 2024

    BIG SALE, 30% discount for all our extensions. Use BF24 coupon code. Hurry up the discount is valid till 3 December.

  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Submenu is behind image-plugin in content-part
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu is behind image-plugin in content-part
#23992
Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 0
Whoe can help me?
I use ARI Ext Menu at one of my new websites.
Everything looks fine.
But since I'm using a image-gallery-plugin (SigPlus)the submenu-items are behind the images and looks a sort of transparent.

At this moment the site is at the testlocation.
You cab see what happens at the URL:
http://www.interior-nederland.nl/00-joomla/index.php/impressies

I've read a lot of topics here about using the z-index option in the css-file of the template.
But I can't find the correct solution for this site.

It's Joomla 1.7.3
The template is Beez5. ExtMenu is at a new created moduleposition.

Thanks for every support.
The administrator has disabled public write access.
 
#23995
Re:Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 760
Hello,

Add the next CSS rules:

Code:



#all #menubalk
{
 z-index: 2;
}

#all #contentarea
{
 z-index: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24001
Re:Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 0
WOW, you are very fast.
I've placed the code in my css and it runs perfect after browser refresh.

THANKS a lot for your support!!!

Best regards,
Wouter
The administrator has disabled public write access.
 
#24064
Re:Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 0
One morte question for ARI Soft,

My reply was a to fast.
Please look at the same websiteURL:
http://www.interior-nederland.nl/00-joomla/
Only at the home-page, the EXT Menu is a sort of transparent in the submenu's.
At all the other pages the submenu's do have a solid background.
The submenus at the Home-page are not selectable.
When I hover the mouse over, the subitems do disapear.

Can you help me with that?

Best regards,
Wouter
The administrator has disabled public write access.
 
#24067
Re:Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 760
Add the next CSS rule:

Code:


body #all #contentarea2
{
 z-index: 1
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#24076
Re:Submenu is behind image-plugin in content-part 12 Years, 10 Months ago Karma: 0
As I wrote before, thanks for your very fast and super quality support.
I think, this is my last question. I hope you time to answer this one.
Please look at the same URL or visit direct this URL:
http://www.interior-nederland.nl/00-joomla/index.php/hekwerken
When you click at one of the images in the left or right column, a lightbox-image will popup.
As you can see, the horizontal main-menu (ARI Ext Menu) lays over the lightbox-image.
What can I change to solve this?

You know a lot of css or you have a great tool to find the solution.
Where can I find info to learn more about this kind of questions?


Thanks again for you support. I will write a review at Extensions.Joomla.org
The administrator has disabled public write access.
 
Go to topPage: 12