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?

some problem's in the menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: some problem's in the menu
#10372
some problem's in the menu 13 Years, 3 Months ago Karma: 0
hello,
thanks for a fantasic menu.
i got some problem's and i need your help. im new at joomla and i dont know anything about CSS.

1. when i hover on a menu it open nice and smoothly but when i remove my mouse it close in 1 shot , i want it to close excatlly how it open's.
2.how do i change the style of the menu? in my site its a cube i want it to be more rounded in the corner's.
3. how do i change the color of the menu?
4.how do i change the font color?

thanks
foty123
Last Edit: 2011/01/27 15:44 By foty123.
The administrator has disabled public write access.
 
#10373
Re:some problem's in the menu 13 Years, 3 Months ago Karma: 748
Hello,

About question 1, the module doesn't provide this ability. About other questions, could you provide link to page where we can see the menu?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10374
Re:some problem's in the menu 13 Years, 3 Months ago Karma: 0
hello thanks for the quick reply
my site is on local host ...
ill show u a screenshot
img715.imageshack.us/i/dsalh.png/


and i want the menu to be on the right side not on the left side of the user3 position.
Last Edit: 2011/01/27 17:23 By foty123.
The administrator has disabled public write access.
 
#10375
Re:some problem's in the menu 13 Years, 3 Months ago Karma: 748
Try to use the following CSS rules:

2.

Code:


.ux-menu-container .ux-menu a.ux-menu-link-first
{
 -moz-border-radius: 10px 0 0 10px;
 -webkit-border-radius: 10px 0 0 10px;
 -o-border-radius: 10px 0 0 10px;
 border-radius: 10px 0 0 10px;
}

.ux-menu-container .ux-menu a.ux-menu-link-last
{
 -moz-border-radius: 0 10px 10px 0;
 -webkit-border-radius: 0 10px 10px 0;
 -o-border-radius: 0 10px 10px 0;
 border-radius: 0 10px 10px 0;
}

.ux-menu-container .ux-menu .ux-menu-sub a
{
 -moz-border-radius: 0;
 -webkit-border-radius: 0;
 -o-border-radius: 0;
 border-radius: 0;
}



3 and 4.

Code:


/* background and text color */
.ux-menu-container UL.ux-menu LI a
{
 background: none red;
 color: green;
}

/* background and text color for active menu items */
.ux-menu-container UL.ux-menu LI a:hover,
.ux-menu-container UL.ux-menu LI a:focus,
.ux-menu-container UL.ux-menu LI a.ux-menu-link-hover
{
 background: none blue;
 color: black;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10376
Re:some problem's in the menu 13 Years, 3 Months ago Karma: 0
hello
thanks again
but i want each cube to be rounded i dont want only the corner of the entire menu to be rounded

foty123


edit:
never mind i have arange my problem.
Last Edit: 2011/01/27 19:37 By foty123.
The administrator has disabled public write access.
 
#10379
Re:some problem's in the menu 13 Years, 3 Months ago Karma: 0
hello again
i have found another issue that i have,
i have added a new menu on the side and its open on the right
how to make the menu to open to the left and not to the right?
The administrator has disabled public write access.
 
Go to topPage: 12