XF 1.1 IE9 spoiled view?

mmm... not really :(
So it can maybe related to the code injected by the ADS provider? If so, any ideas on how to fix it via CSS on IE'? I do believe this is just a question of CSS.

Otherwise, I might add a condition that, if the browser is IE<10, ads should not be visualized? :( I'd prefer not to run this way, but... OK, will wait for your ideas :)

thanks
 
Using F12 Developer Tool, this is what I get only:

Code:
PageNav [object Object]
XenForo.init() 56ms. jQuery 1.5.2/1.2.6-dev
SEC7115: :visited and :link styles can only differ by color. Some styles were not applied to :visited.
page-5
The "fb-root" div has not been created, auto-creating

So I believe nothing too strange. Right?
 
OK so... For Your Information:
I've also deleted ALL the injected codes from my template, and completely removed all ads.

The result is the same: still the issue occurs, so it was not a question of ADS :(
Any other ideas, at least hints on how to debug this? :(
 
if you want to disable it for all your website visitors add this line to the header on your PAGE_CONTAINER Tamplate:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
 
Thats the compatibility view option enabled in your browser

disabled it by: Tools --> compatibility view

Tried this, but it does not help. Does it work for you?

if you want to disable it for all your website visitors add this line to the header on your PAGE_CONTAINER Tamplate:
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />

Tried adding it, no good news. Still the issue appears :-/
 
yes after I disable compatibility view option your site looks ok on my IE Browser
 

Attachments

  • compa2.webp
    compa2.webp
    25.4 KB · Views: 17
  • compa1.webp
    compa1.webp
    44.1 KB · Views: 16
Top Bottom