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?

IE6 menu broken, horizontal menu item is vertikal
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: IE6 menu broken, horizontal menu item is vertikal
#14800
IE6 menu broken, horizontal menu item is vertikal 13 Years, 1 Month ago Karma: 0
In IE6, the situation is that each menu item use the hole width - 888px.

table.pill {
margin-left: 0;
margin-right: auto;
padding: 0;
width: 888px;

i use joomla 1.5 and template rhuk_milkyway. In IE7 and Firefox4 ARI Ext Menu works perfect.
This is the link -
akka-d.de

Mario
Last Edit: 2011/05/12 12:15 By Mario.
The administrator has disabled public write access.
 
#14804
Re:IE6 menu broken, horizontal menu item is vertikal 13 Years, 1 Month ago Karma: 748
Hello,

Add the next CSS rule:

Code:


#tabmenu UL.ux-menu LI A
{
 _zoom: 1;
 _display: inline;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#14821
Re:IE6 menu broken, horizontal menu item is vertikal 13 Years, 1 Month ago Karma: 0
Thanks a lot. It helps. Your response is very very fast!!! Now the menu has the right style.

Did you know, why the header width is to big. It is also a problem with the menu css rule?

so long
Mario
The administrator has disabled public write access.
 
#14822
Re:IE6 menu broken, horizontal menu item is vertikal 13 Years, 1 Month ago Karma: 748
You can use IEDevToolbar addon for IE 6 browser that investigate page styles and HTML layout.

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