Guess the problem was in IE8. I have a friend that develops web apps for a living. He looked at it and he gave me a line of code to place in the <meta>
The code is
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=7" />
I placed this in the mytemplate/index.php directly under <head> and the problem was corrected.
He explained to me that the meta tag forces IE8 into compatibility mode. Not sure but it worked for me.
by the way I am using ja_purity template.