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?

Submenu CSS
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Submenu CSS
#31940
Re:Submenu CSS 11 Years, 7 Months ago Karma: 0
Thanks!

That worked. I have used Firebug to try and find the source of the grey (#808080) bg color that appears on hover - 216.119.72.72/index.php/performance.

I can't seem to find what rule is drving this.

?
The administrator has disabled public write access.
 
#31942
Re:Submenu CSS 11 Years, 7 Months ago Karma: 747
See CSS rules for ".yuimenuitemlabel-selected", "yuimenuitem-selected", "yuimenubaritemlabel-selected" and "yuimenubaritem-selected" elements.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#31944
Re:Submenu CSS 11 Years, 7 Months ago Karma: 0
This is the rule I am using in the module.

#ariyui110.yui-skin-sam UL LI A.yuimenuitemlabel:hover {
background: transparent url('/images/aircraft_menu_over_bottom_bg.png') no-repeat !important;
border-style: none !important;
}


It works to set the bg on rollover but there is still a bg color appearing behind it. If they are driven by the same rule, how can this be?

Thanks,
The administrator has disabled public write access.
 
#31945
Re:Submenu CSS 11 Years, 7 Months ago Karma: 747
Use FireBug to investigate elements styles because this problem with custom CSS rules.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#32013
Re:Submenu CSS 11 Years, 7 Months ago Karma: 0
Sorry to keep this string going but I am at a loss.

I have used Firebug and can't figure this out.

216.119.72.72/index.php/performance

There seems to be a hover rule that is displaying underneath my bg graphic. The color displaying is #808080. I went through all the css files and could only find a referrence to that color relating to borders. I removed them all anyway, nothing.

Then I added this rule to another instance of this ARI YUI menu:

#ariyui130.yui-skin-sam UL LI A.yuimenuitemlabel:hover
{
background-color: #FFFFFF;
}

That changed the color in question for that menu but the same rule applied to the 110 instance of the menu would not.

I am stumped.
The administrator has disabled public write access.
 
Go to topPage: 12