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 padding
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: ie6 padding
#9081
ie6 padding 13 Years, 5 Months ago Karma: 0
Hello,

after searching the forum i have made changes in module's css and the menu looks pretty much like i want. But i am facing some problems:

1. The menu is really messed up with IE6. The padding of menu-arrow doesn't work and also the template's headerbar_bg.png image has disappeard.



2. When i am visiting website's pages for the first time, the menu for some seconds keeps its native format without the styles,padding,colors etc that are configured.
What is causing this issue? Do i have to make the changes to the original .css files? url electricenergy .gr


thanks for this great module!


Code:

#menu1 .ux-menu-container
{
  margin-top: 6px;
  left: 150px;
}

#menu1 .ux-menu-container .ux-menu A
{
 line-height: 78px;
 color: #7F8384;
 background: none;
 border: 0px none;
}

#menu1 .ux-menu-container .ux-menu A:hover
{
 color: #3990BD;
}

#menu1 .ux-menu-container .ux-menu .ux-menu-sub a
{
  background: url("images/menu_level2_item.png") repeat scroll 0 0 #F3F4F5;
 border: 1px solid #eee;
}

#menu1 .ux-menu-container .ux-menu .ux-menu-sub a:hover
{background:aliceblue;color:#3990BD;font-size:14px !important;}

#menu1 .ux-menu-container .ux-menu-sub LI A
{
 line-height: 17px;
 width: 155px;
 left: 15px;
}

#menu1 .ux-menu LI.ux-menu-item-main
{
  padding-right: 10px; /* space between main menu items */
}

#menu1 .ux-menu-sub li a {color:#6C6C6C;font-size:14px !important;text-align:left !important;border-right:1px solid #eee !important;border-left:1px solid #eee !important;padding:7px !important;}

#menu1 .ux-menu-sub li a:hover {background:#eee;color:#505050;font-size:14px !important;}

#menu1 .ux-menu-sub .ux-menu-link-last a {border-bottom:1px solid #C5C5C5 !important;}

#menu1 .ux-menu SPAN.ux-menu-arrow 
{
  margin-top: 30px;
  right: 5px;
}

#menu1 .ux-menu .ux-menu-sub SPAN.ux-menu-arrow 
{
  margin-top: 0px;
  right: 10px;
}

The administrator has disabled public write access.
 
#9082
Re:ie6 padding 13 Years, 5 Months ago Karma: 748
Hello,

Provide link to page please where we can see the module that we can investigate the issues.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9086
Re:ie6 padding 13 Years, 5 Months ago Karma: 0
hi the url of the website is electricenergy.gr
The administrator has disabled public write access.
 
#9098
Re:ie6 padding 13 Years, 5 Months ago Karma: 748
Add the following CSS rules:

Code:


#headerbar
{
 *position: relative;
}

#menu1 .ux-menu span.ux-menu-arrow 
{
 *margin-top: 0;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9101
Re:ie6 padding 13 Years, 5 Months ago Karma: 0
Hello,

i appreciate your help.

The code #headerbar{ *position: relative;} fix the issue about template's headerbar_bg.png and now is showing on IE6.

The problem now with this code is that the submenu goes behind text on IE6.



About the position of menu-arrow.

If the setting is *margin-top: 0; the menu arrow shows in right place on IE6 but in firefox and chrome it takes top position.
I tried put the code in menu.ie.css but with no luck..


thanks for your time
The administrator has disabled public write access.
 
#9104
Re:ie6 padding 13 Years, 5 Months ago Karma: 748
"*margin-top: 0" uses star-html hack for IE and it does not affect other browsers. Regarding new problem, we suppose this problem with site template styles and you can investigate it with help IEDevToolbar add-on for IE.

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