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?

Links width issue in IE6
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Links width issue in IE6
#7820
Links width issue in IE6 13 Years, 6 Months ago Karma: 0
Hello!

I have problems with the links width in IE6, please check 69.195.83.189/ to see it in action (you must see it in IE6).
The problem is that IE6 shows the links with a 100% width. It's an horizontal menu, check in Firefox 3+ to see it working properly.

Any ideas?
Last Edit: 2010/10/14 14:44 By rupixel.
The administrator has disabled public write access.
 
#7821
Re:Links width issue in IE6 13 Years, 6 Months ago Karma: 747
Hello,

This problem with this javascript file which is included by site template for IE 6:

Code:


<!--[if lt IE 7]>
            <script type="text/javascript" src="/templates/bmi_sc/scripts/unitpngfix.js"></script>
    <![endif]-->



If remove this including the menu will work fine. It seems this script uses for resolving problem with PNG transparency in IE 6.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7822
Re:Links width issue in IE6 13 Years, 6 Months ago Karma: 0
Good! That's worked fine! I've just deleted the png's references in the menu's css.

Now, the menu appear left-aligned, how can I align it to the right in IE6? It's ok in Firefox 3+.

Thanks for your quick response!
The administrator has disabled public write access.
 
#7823
Re:Links width issue in IE6 13 Years, 6 Months ago Karma: 747
It seems this problem with HTML markup of site template and styles in IE 6. You can try to use the following CSS rules:

Code:


.menu
{
  text-align: right;
}
.menu .ux-menu
{
  zoom: 1;
  *display: inline;
  text-align: left;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7824
Re:Links width issue in IE6 13 Years, 6 Months ago Karma: 0
Yes man it works!!! you're a genius!!!

Thank you soooo much, thanks ARISOFT!!
The administrator has disabled public write access.
 
Go to topPage: 1