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?
Go to bottomPage: 1
TOPIC: IE 7
#7663
IE 7 13 Years, 6 Months ago Karma: 0
OK so I said in my last post that I was all set but I just looked at my site in Adobe Browser Lab I am having and issue in IE7. It seems that the menu in ARI EXT and ARI YUI are still flush left. Is there any work around for this without messing anything else up?

xxxxxxxx

-mattDirt
Last Edit: 2010/10/10 21:51 By mattDirt.
The administrator has disabled public write access.
 
#7681
Re:IE 7 13 Years, 6 Months ago Karma: 747
Use the following CSS rule for 'ARI Ext Menu':

Code:


#hometopnav .ux-menu-container .ux-menu
{
  zoom: 1;
  *display: inline;
}



and the next for 'ARI YUI Menu':

Code:


#homeSecnav .yuimenubar
{
  zoom: 1;
  *display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7692
Re:IE 7 13 Years, 6 Months ago Karma: 0
Hi,
Can you check my code because the menu is still flush left?

xxxxxxxxxx

Thank you.
-mattDirt
Last Edit: 2010/10/11 13:26 By mattDirt.
The administrator has disabled public write access.
 
#7703
Re:IE 7 13 Years, 6 Months ago Karma: 747
Try the following please:

Code:


#hometopnav .ux-menu-container .ux-menu
{
  zoom: 1;
  *display: inline !important;
}



and

Code:


#homeSecnav .yuimenubar
{
  zoom: 1;
  *display: inline !important;
}



If it doesn't help, provide temporary access to your Joomla! backend that we can investigate it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7711
Re:IE 7 13 Years, 6 Months ago Karma: 0
Brilliant! Thanks as always!!!
The administrator has disabled public write access.
 
Go to topPage: 1