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 style vs. Mainmenu style
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Submenu style vs. Mainmenu style
#21472
Submenu style vs. Mainmenu style 12 Years, 8 Months ago Karma: 0
Hi Admin,

I have the following website: link

When the mousecursor goes over the Mainmenu-item "PROJECTS" --> I get the dropdownbox with the submenu-items, but the layout is wrong.

I want the same layout (= transparant black background with white text | when hovered: white background with grey text) for the submenu-items.

Can you please help me with this?

In the module options: I have additional CSS style:
#{$id} A.ux-menu-link-level-0
{
background: transparent url("templates/itbudget/images/block_c.png");
}

DIV.ux-menu-container UL.ux-menu LI A
{
border-style: none;
}
#ariext94_container
{
margin-left: -25px;
}
body UL.ux-menu LI A,
body UL.ux-menu LI A:hover,
body UL.ux-menu LI A:link,
body UL.ux-menu LI A:visited
{
font-family: Verdana,Geneva,Arial,Helvetica,Sans-Serif;
}


Many thanks in advance!

Kind Regards,
Johan Santamaria
The administrator has disabled public write access.
 
#21487
Re:Submenu style vs. Mainmenu style 12 Years, 8 Months ago Karma: 748
Hello,

Use the next CSS rule:

Code:


BODY UL#{$id} LI A
{
background: transparent url("templates/itbudget/images/block_c.png");
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#21492
Re:Submenu style vs. Mainmenu style 12 Years, 8 Months ago Karma: 0
Thanks! It works like a charm!
The administrator has disabled public write access.
 
Go to topPage: 1