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?

Make background transparent
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: Make background transparent
#26289
Make background transparent 12 Years, 2 Months ago Karma: 0
Hi

I have a question,
Itґs possible to have a transparent background in ARI Ext Menu ??
(Like this www.tus-sennelager.de/tennis/)


Heres my website, I hope somebody could help me....

www.web238.serverdrome.eu/j25/

Now, the background-color is light grey..

Thanks in advance

Ralf
Last Edit: 2012/03/14 13:12 By ralfrueth.
The administrator has disabled public write access.
 
#26292
Re:Make background transparent 12 Years, 2 Months ago Karma: 748
Hello,

Add the next CSS rule to "CSS Styles" parameter in module settings:

Code:


#top_nav .ux-menu LI A.ux-menu-link-level-0
{
 background: transparent none;
 border-style: none;
 line-height: 20px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26294
Re:Make background transparent 12 Years, 2 Months ago Karma: 0
You are the best.
Thanks !!!
The administrator has disabled public write access.
 
#26318
Re:Make background transparent 12 Years, 2 Months ago Karma: 0
Ive tried using the CSS rule above but still I get the light grey background, also how do I get rid of the lines between the links???

My site is www.bdtkd.co.uk
The administrator has disabled public write access.
 
#26319
Re:Make background transparent 12 Years, 2 Months ago Karma: 748
Hello,

Use the next CSS rules:

Code:


#nav .ux-menu LI A.ux-menu-link-level-0
{
 background: transparent none;
 border-style: none;
}

#nav .ux-menu-sub LI A
{
 border-style: none !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#26321
Re:Make background transparent 12 Years, 2 Months ago Karma: 0
Excellent perfect straight away thanks.

Only thing is now on mouseover the text of the link highlights but there used to be a highlight for the item itself is that gone for good or can it be brought back somehow, not a problem if it cant.
The administrator has disabled public write access.
 
Go to topPage: 123