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?

Position Problem in IE7 with horizontal Menu
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Position Problem in IE7 with horizontal Menu
#7775
Re:Position Problem in IE7 with horizontal Menu 13 Years, 6 Months ago Karma: 0
Hm... Sorry, but IE7 is still messed up and FF isn't entirely correct. In FF the menu has moved down a few Pixels so there is a orange margin that didn't used to be there and the dropdown has a yellow margin on top. It is about 5-10px.

In IE7 the Buttons arent in the right place. They are about 5-10px too far left and there are no margins between the Buttons.
Last Edit: 2010/10/13 13:00 By Ghnaarz.
The administrator has disabled public write access.
 
#7778
Re:Position Problem in IE7 with horizontal Menu 13 Years, 6 Months ago Karma: 747
Now the menu should work in FireFox and IE 8. It also works in IE 8 in IE 7 emulation mode. It has problem with main menu items in native IE 7, menu items are shifted to left. We suppose it's a problem with site template. It can be investigated with help IE DevToolbar extension for IE browser. Information about menu styles can be found in this post.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7780
Re:Position Problem in IE7 with horizontal Menu 13 Years, 6 Months ago Karma: 0
Thank you for your help. I managed to move the buttons to the right positions in IE7 using the following codes:

Code:


*+html body #navigation .yuimenubaritem  { /*IE7 only*/
     margin-right: 7px;
  }

*+html body DIV.yui-skin-sam { /*IE7 only*/
     margin-left: -55px;
  }



Now I only have two small problems left.

1. The last item called «intern» is mysteriously moved down a row.
2. The Arrow for the dropdown Menu is on the wrong place. But thats not a big problem.
The administrator has disabled public write access.
 
#7784
Re:Position Problem in IE7 with horizontal Menu 13 Years, 6 Months ago Karma: 0
Ok, I did it!

I just had to increase the width of the whole menu and then update the margins for Firefox (and the seperate ones for IE7 I mentioned in the post above. I'm pretty sure it should work in every Browser.

It was a nasty piece of work, but I am so glad now. I think it could have been a combination of my self-programmed template and IE7. Mainly IE7 imho though.

But the most important thing is: It works, and I still think this is a great module. Thank you for your support. Support is excellent here!

If I ever come across an other problem and need your help, I want you to give me a opportunity to donate.
The administrator has disabled public write access.
 
Go to topPage: 12