sicrob007 wrote:This is my first post to the forum. But this bug was driving me crazy and I wanted to share my solution with the community. I wanted to avoid having to explain to my end users (who aren't very computer literate in the first place) how to enable compatibility mode. I spent a lot of time trying to update and hack the CSS to work in IE8.
Thankfully there is a much easier way. Microsoft created a META tag that can be used to define the IE7 rendering engine on pages. This addition to the meta tag on all your chat pages will fix it until a long term solution can be made.
- Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=7" />
Excelent! thank you very y much!






