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?

Little problem on refresh or page change
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Little problem on refresh or page change
*
#7669
Little problem on refresh or page change 13 Years, 6 Months ago Karma: 0
Hello.
First of all congrats for the great component you've created. I have a little problem, I resized the menu height using a method you gave to a user in a previous post. The problem is that on refresh or page change the menu appears for an instance smaller then resizes to the height I wanted. The addres for the temporary joomla site: traduceritimisoara.com/eurekareisen.ro/
Thank you in advance!
Cristi
Last Edit: 2010/10/09 09:40 By cristikay.
The administrator has disabled public write access.
 
#7682
Re:Little problem on refresh or page change 13 Years, 6 Months ago Karma: 747
Hello,

In what browser this issue occurs? Could you explain what height do you want to resize that we can help?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7683
Re:Little problem on refresh or page change 13 Years, 6 Months ago Karma: 0
Hello again and thanks for the answer.
This is what I did, according to suggestions I saw you gave to other users in order to fix the height of main menu and sub menus and also remove the border from the entire menu. I want to resize the parent menu to 66px height and keep the buttons text alligned in the middle of the buttons.
Code:

/* height of main menu*/
.ux-menu-container .ux-menu a
{
height: 32px;
padding-top: 24px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
float: left;  /*  IE6 floating fix */
}
/* height of sub menus*/
.ux-menu-container .ux-menu .ux-menu-sub a
{
height: 10px;
padding-top: 8px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
float: none; /*  IE6 floating fix*/
}
/* remove border of entire menu*/
.ux-menu-container UL.ux-menu LI a
{
  border-style:none;
}


I tested the menu in IE 6, 7 and 8, Google Chrome 6 and Firefox 3.6. The issue occurs in all, except Firefox.

Also, after applying the IE6 floating fix that you suggested in a post, the submenu in IE6 looks something like this:


Is there a way to remove the 1px spacing between the main menu and submenu elements?



Thank you,
Cristi

Cristi
Last Edit: 2010/10/10 11:13 By cristikay.
The administrator has disabled public write access.
 
#7705
Re:Little problem on refresh or page change 13 Years, 6 Months ago Karma: 747
Hello,

Regarding issue with height of menu, it seems this conflict with site template styles. About 1px padding, use the next CSS rule that remove it:

Code:


.ux-menu-container .ux-menu .ux-menu-sub
{
  margin-top: -1px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7725
Re:Little problem on refresh or page change 13 Years, 6 Months ago Karma: 0
Hello.
I deleted one by one the template css files to test which one is conflicting with the menu css. After deleting all of them the menu still behaved as mentioned. Same happens now after I apply the margin-top: -1px; fix. The menu shows for an instance as before, with 1 px distance and then applies the fix. It's still strange but thank you for your support!

PS
For the "expanding" problem in IE6 is there a fix?
Cristi
Last Edit: 2010/10/11 20:30 By cristikay.
The administrator has disabled public write access.
 
#7927
Re:Little problem on refresh or page change 13 Years, 6 Months ago Karma: 0
Hello.
Nothing about the IE6 submenu expanding problem?
Cristi
The administrator has disabled public write access.
 
Go to topPage: 12