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?

I want a menu background Mine is transparent
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: I want a menu background Mine is transparent
#34788
I want a menu background Mine is transparent 12 Years, 1 Month ago Karma: 0
I installed this module and the drop part of the menu is transparent and unreadable. How can I put a background on it.

sotrucks dot com
The administrator has disabled public write access.
 
#34790
Re:I want a menu background Mine is transparent 12 Years, 1 Month ago Karma: 760
Hello,

This problem with site template styles for default menu. Open index.php site template file and replace the following code:

<div id="nav">

with the following one:

<div id="nav1">

Regards,
ARI Soft
The administrator has disabled public write access.
 
#34798
Re:I want a menu background Mine is transparent 12 Years, 1 Month ago Karma: 0
That looks better. Now I have part of the page's text on top of the menu. The menu should cover the page up as it unfolds.

The administrator has disabled public write access.
 
#34802
Re:I want a menu background Mine is transparent 12 Years, 1 Month ago Karma: 760
This problem with site template styles. Add the following CSS rules to "CSS Styles" parameter in module settings or to a site template CSS file:


#navr {position:relative;z-index:2;}
#main-content {position:relative;z-index:1;}


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