IE 8 w/Compatibility Mode sort icons mess up header
IE 8 w/Compatibility Mode sort icons mess up header
talkitivewizard
Posts: 30Questions: 0Answers: 0
when using older browsers from what I can tell, the span and the text in the TH tags in the THEAD need to be swapped. I've done a proof of concept by doing the following and it fixes the issue. Could you please implement it?
[code]
/* Add the extra markup needed by jQuery UI's themes */
if ( oSettings.bJUI )
{
for ( i=0, iLen=oSettings.aoColumns.length ; i
[code]
/* Add the extra markup needed by jQuery UI's themes */
if ( oSettings.bJUI )
{
for ( i=0, iLen=oSettings.aoColumns.length ; i
This discussion has been closed.
Replies
THE GOOD
http://dl.dropbox.com/u/7177934/Selection_006.png
THE BAD
http://dl.dropbox.com/u/7177934/Selection_007.png
Also the ugly is the same as the bad :P
Thanks,
Allan Chappell