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?

Internet Explorer 7
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Internet Explorer 7
#16926
Internet Explorer 7 13 Years ago Karma: 0
Hi, I'm a mac user and I don't know why this menu is not working properly on IE7 or later, could anyone help me please?? Thx!!

solomamitis.com.mialias.net/
The administrator has disabled public write access.
 
#16927
Re:Internet Explorer 7 13 Years ago Karma: 0
PROBLEMS
· I don't know how to set the size of the submenu links to fit their parent elements.
· The submenu is not working on IE7.

I think that's all, because I can't see it in action (in IE7)

Thank you!!
The administrator has disabled public write access.
 
#16930
Re:Internet Explorer 7 13 Years ago Karma: 748
Hello,

If you want that the menu automatically set width of sub-menu items, set "Auto width" parameter to "Yes". About issue in IE browser, this is a problem with site template styles. We can recommend to use IEDevToolbar addon for IE 6-7 or "Developer Tools" for IE 8-9 (press F12) that investigate the problem.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#16932
Re:Internet Explorer 7 13 Years ago Karma: 0
I don't want to set it automatically, what I want is: let's supose the width of the parent link is 150px. If I set all the childs to 150px all of them are more little than the parent...
And in IE7 there are some elements of the menu that cannot be pressed (even disappear the hand cursor)... any idea?

Thank you so much!
The administrator has disabled public write access.
 
#16947
Re:Internet Explorer 7 13 Years ago Karma: 748
If you doesn't want to use "Auto width" parameter and want to set specific width for specific sub-menu, use the next CSS rules:

Code:


LI.ux-menu-item[PARENT_MENU_ITEM_ID] .ux-menu-sub,
LI.ux-menu-item[PARENT_MENU_ITEM_ID] .ux-menu-sub LI
{
 width: 250px;
}



Where [PARENT_MENU_ITEM_ID] is ID of parent menu item. It can be found in Joomla! menu manager. For example if menu parent ID is 219, use the next CSS rules:

Code:


LI.ux-menu-item219 .ux-menu-sub,
LI.ux-menu-item219 .ux-menu-sub LI
{
 width: 250px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#16957
Re:Internet Explorer 7 13 Years ago Karma: 0
Thank you so much!! what do you think about the menu doesn't work correctly (it doesnt display the submenu) in IE7, I can't install any "developer tool" for ie because i'm on a mac

Thank you so much anyway!!!
The administrator has disabled public write access.
 
Go to topPage: 12