Home  >  Article  >  Web Front-end  >  Display problem of ExtJS 2.2.1 grid control in ie6_extjs

Display problem of ExtJS 2.2.1 grid control in ie6_extjs

WBOY
WBOYOriginal
2016-05-16 18:53:281039browse

As shown below:

old

The Menuitem icon covers the top of the text. This display effect is very unpleasant.

Looking at the previous version (2.2), I found that this problem does not exist.

So, comparing the two versions 2.2.1 and 2.2, we found that there are differences in the related styles of resources/css/ext-all.css, as shown below:

dif

This problem can be solved by modifying these two styles in version 2.2.1. After modification, it can be displayed normally on IE6, as shown below:

new

In addition, it can also be displayed normally in opera9.5 and Firefox3.0.10.

The latest 3.0 RC1 version of ExtJS no longer has this problem.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn