Hiển thị các bài đăng có nhãn ie7. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn ie7. Hiển thị tất cả bài đăng

10 tháng 2 2012

Fix IE6, IE7 problem about z-index

Today i receive an email to fix a problem relative to IE6,IE7 z-index problem. The submenu was hover by image. Wow i really scare about these kind of problem. You know that with IE it is really hard to debug and it is not standard.

Fortunately, i found 1 article and it works for me

http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/

The way to solve it is simple. You just need to make the container (parent) z-index is higher than the sub. Bingo!!! Just it.

Here is the solution from reference site:

before


after

09 tháng 2 2012

Virtuemart, Mootools problems

When i worked in a project, there is problem happen with Virtuemart and Mootools in IE8, IE7. When you setup the menu with sub and view the virtuemart layout the menu will be not correct. And you can see the error with mootool.js.

After google and try many solutions without any luck, i found 1 very simple.

1. Go to the plugin management
2. Enable the Mootools upgrade
3. Bingo. Everything will be fine.

I hope this article will help you solve your problem.