T
ThatsIT.net.au
I have a drop down list, actual its the combo box from the ajaxtoolkit, I'm
populating it with a list of suburbs for each state in Australia. This works
well in chrome Firefox and even IE8 compatibility mode, but not in IE8, it
IE8 it is very very slow.
so I decided to use the meta tag
<meta http-equiv="I-UA-Compatible" content="IE=5" />
but still no good, the only way I can get it to work is by removing any
doctype, then it seems to work in a reasonable time like other browsers.
any ideas why this is?
I could leave the page in compatibility mode, but the combo boxes have
slight css problem.
populating it with a list of suburbs for each state in Australia. This works
well in chrome Firefox and even IE8 compatibility mode, but not in IE8, it
IE8 it is very very slow.
so I decided to use the meta tag
<meta http-equiv="I-UA-Compatible" content="IE=5" />
but still no good, the only way I can get it to work is by removing any
doctype, then it seems to work in a reasonable time like other browsers.
any ideas why this is?
I could leave the page in compatibility mode, but the combo boxes have
slight css problem.