Hi,
On IE8, some ugly images are shown after the text in the column headers menu:
Attachment 40960
In Chrome it shows fine.
Could you tell me how to fix it?
I use a very simple HTML definition:
Code:<!DOCTYPE HTML>
<html>
<head>
...
Hi,
On IE8, some ugly images are shown after the text in the column headers menu:
Attachment 40960
In Chrome it shows fine.
Could you tell me how to fix it?
I use a very simple HTML definition:
Code:<!DOCTYPE HTML>
<html>
<head>
...
Just in IE8? I don't see the issue when looking at a grid example
Firefox, Opera and Chrome display fine.
IE8 does not, and I cannot install IE9 on Windows XP.
I looked at the HTML generated, and IE8 seems to show that "picture not found icon" of size 28x30 whereas Chrome shows a blank image of size 1x1.
HTML (from Chrome):
Properties (from IE):Code:<img id="menuitem-1073-arrowEl" src="data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" class="">
Attachment 41330
It seems to set an "arrow" element but blank, as it's not a menu with a sub menu (the above code/screenshot is taken from the "Sort Ascending" element)