PDA

View Full Version : [SOLVED] menu shim on IE 6



chaos
15 Nov 2007, 6:02 AM
I've found this problem about shim on IE 6 (on FF 2.0 it works ok). While the dimension of the shim is correct, the top-left coordinates seem to be wrong (see the thin blue border in the picture).

c:\temp\menu_shim.jpg

Because the X/Y offset seem to be constant, actually I fixed the problem adding a margin-top and a margin-left to the ext-all.css:



.ext-ie .ext-shim {
filter: alpha(opacity=0);
margin-left: 5px;
margin-top: 3px;
}


I'm using Ext 1.1 but the problem is also on Ext 2.0

brian.moeskau
18 Nov 2007, 11:54 PM
We'll take a look.

brian.moeskau
1 Dec 2007, 4:46 PM
Fixed in SVN.