html - Background and page tabs disappear in IE8 -


my blog works fine in ie10 , in chrome, when viewed in ie8, loads correctly background , page tabs , names disappear. it's weird because test blog works fine , i'm not sure changed effect it.

test blog - damianp1.blogspot.co.uk

real blog problem - sthelensbirds.blogspot.co.uk

i'm not sure try , find problem. i'm thinking of going through code line line try , find differences if let me know abouts i'd grateful.

cheers, damian.

i've sorted - sort of! tips robert. found code makes browser emulate ie7 , stuck in here...

<b:if cond='data:blog.ismobile'> <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum scale=1.0'   name='viewport'/> <b:else/> <meta content='width=1100' name='viewport'/><meta content='ie=emulateie7' http- equiv='x-ua- compatible'/> </b:if> 

the

<meta content='ie=emulateie7' http-equiv='x-ua-compatible'/> 

is bit added. blog works correctly on ie8.

it's working, have put code in right place? there better way of sorting this?

edit - code makes ie8 emulate ie7, leaves ie9, ie10, , chrome alone...

<meta content='ie=7,ie=9, ie=10, chrome=1' http-equiv='x-ua-compatible'/> 

here's found it.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -