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?

sub-menu's showing adjustment in Horizental mode
(1 viewing) (1) Guest
Go to bottomPage: 123
TOPIC: sub-menu's showing adjustment in Horizental mode
#15308
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 747
If you can't provide link to page where we can see the problem, send page files of the page with the menu by email. This process is described here.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#15357
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 0
Dear admin, my problem was solved. Thanks very much about your attention and useful forum. I tried to gratitude your work before using this link (last post)
www.ari-soft.com/ARI-YUI-Menu/15280-Empty-Space-in-Vertical-Menu/Page-2.html#15355
The administrator has disabled public write access.
 
#15360
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 0
Dear Admin, Thanks for paying attention,
just in horizontal mode, using IE 7 the sub-menu doesn't show just the bottom of each parent's one. in fact the sub-menu tend to show at the bottom-right instead of just bottom of each parent's menu.

please check the site again using IE 7: in second item of Horizontal menu (from the right), "Joomla Overview"'s sub-menu tend to bottom-right (instead of just bottom).
Click Here to view

The administrator has disabled public write access.
 
#15364
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 747
You have added incorrect custom CSS rules:

Code:


.yui-skin-sam .yuimenu .yuimenu
{
 right: 0 !important;
 margin-right: 100%;
.yui-skin-sam .yuimenu .yuimenuitem
{
 zoom: 1;
}



It should be:

Code:


.yui-skin-sam .yuimenu .yuimenu
{
 right: 0 !important;
 margin-right: 100%;
}
.yui-skin-sam .yuimenu .yuimenuitem
{
 zoom: 1;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#15368
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 0
Dear Admin;
you are completely right; Excuse-me for kidding mistake, maybe excitement was caused that!
but unfortunately seems that this correction couldn't get it right! and the problem already exist using IE 7.
I change the code like bellow:

.yui-skin-sam .yuimenu .yuimenuitem
{
position: relative;
}
.yui-skin-sam .yuimenu .yuimenu
{
right: 0 !important;
margin-right: 100%;
}
.yui-skin-sam .yuimenu .yuimenuitem
{
zoom: 1;
}


how ever i try just the second and third block (like bellow):
.yui-skin-sam .yuimenu .yuimenu
{
right: 0 !important;
margin-right: 100%;
}
.yui-skin-sam .yuimenu .yuimenuitem
{
zoom: 1;
}

unfortunately no one took effect!
I try to write the code carefully once again and review it three time; you may want to trace my code, how ever I hope there would be existed a solution to solve that.
You could use again the link bellow to visit it using IE 7. all the Horizontal sub-menu' alignment don't take effect (like the pics in my last posts)
Click Here to view
Thanks, Regards.
The administrator has disabled public write access.
 
#15369
Re:sub-menu's showing adjustment in Horizental mode 12 Years, 11 Months ago Karma: 747
Try to add the next CSS rules:

Code:


.yui-skin-sam .yuimenubar .yuimenubaritem
{
 position: relative !important;
}

.yui-skin-sam .yuimenubar .yuimenu
{
 right: 0 !important;
}



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