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?

Two problems with top menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Two problems with top menu
#7685
Two problems with top menu 13 Years, 6 Months ago Karma: 0
I create a site ka8odon.com but i have 2 problems with top menu:
1)I see a gray line above the menu!
2)The width of children item menu is the same as the width of all the menu bar !!

How can i resolve theese problems ?
The administrator has disabled public write access.
 
#7688
Re:Two problems with top menu 13 Years, 6 Months ago Karma: 747
Hello,

These problems with site template styles. Use the following CSS rules:

Code:


#menu .yuimenubar ul
{
 width: auto;
}

body #menu .yui-skin-sam .yuimenubar
{
 border-style: none;
 border-width: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7689
Re:Two problems with top menu 13 Years, 6 Months ago Karma: 0
Thank you very much !!!

But I have another problem : the children menu item i want not to be transaparent.
Last Edit: 2010/10/10 23:47 By zinobios.
The administrator has disabled public write access.
 
#7704
Re:Two problems with top menu 13 Years, 6 Months ago Karma: 747
Add the following CSS rule to 'CSS Styles' parameter in module settings:

Code:


#menu .yuimenubar UL LI UL
{
  background: url(templates/musiclove/images/nav_bg.jpg);
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7706
Re:Two problems with top menu 13 Years, 6 Months ago Karma: 0
Ohh !!! You have a perfect support !!!
THANK YOU VERY MUTCH !!!

-)

I will advertise your site !!!

BYE from Greece !!!
The administrator has disabled public write access.
 
#7721
Re:Two problems with top menu 13 Years, 6 Months ago Karma: 0
One more problem

When i click at a parent or children item, all the page move up !
The administrator has disabled public write access.
 
Go to topPage: 12