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


Recent Events
  • 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.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


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?

CSS questions: change color / submenu disappears
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: CSS questions: change color / submenu disappears
#9917
CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 0
Hello,

I have a couple of question and cannot find the solution (although should be simple;):

I want the background 'active' of the menuitem to have also the color black
The font color of the menu should be white (active and inactive).
The submenu disappears behind the content. how can i change this?

Hope u can help me with this

Here is the code (might be a little messy as i added code from this forum:



.ux-menu-container ul li a:active
{
background: #000000;
color: #000000;
}
.ux-menu-container ul li a:hover
{
padding-left: 0;
}
#topmodule .yjsquare_in, .yjsquare_yj3 .yjsquare_in,
#topmodule .yjsquare,
body #topmodule
body #holder,
body #holder .inside
{
overflow: visible;
}
body #left,
#left div.mod-box div.box-3
{
overflow: visible;
}

...

LINK: www.missionpardon.com/joomla (left menu!)

Best regards

Alex
Last Edit: 2011/01/11 10:44 By admin.
The administrator has disabled public write access.
 
#9930
Re:CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 748
Hello,

Add the following CSS rules:

Code:


#Layer-11 ul.ux-menu li a.current,
#Layer-11 ul.ux-menu li a.ux-menu-link-hover
{
 background: #000; 
}

#Layer-11 ul.ux-menu li a
{
  color: #FFF; 
}

DIV#Layer-4
{
 z-index: 20;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9958
Re:CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 0
Thank u very much! Works

And how do i remove the little arrow? I deleted the image, but i still see it in the menu

Best Regards


Alex
The administrator has disabled public write access.
 
#9959
Re:CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 748
Use the following CSS rule:

Code:


#ariyui59.yui-skin-sam ul li.yuimenuitem-hassubmenu
{
 background-image: none;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9960
Re:CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 0
Is this for the Ari Ext menu?

Sorry:) I meant the arrow for the Ari Ext Menu (redmenu in the lefttop of www.missionpardon.com/joomla)

Best regards
Last Edit: 2011/01/11 22:22 By pardon3000.
The administrator has disabled public write access.
 
#9961
Re:CSS questions: change color / submenu disappears 13 Years, 3 Months ago Karma: 748
For "ARI YUI Menu". If you need it for "ARI Ext Menu", provide screenshot please where we can see arrow which you want to remove.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12