Jump to content

Site looking strange in IE8


Recommended Posts

My website is displaying strangely in IE8.

 

I know there's issues with too many css file and IE8/9 but I don't think that's the problem here.

 

What's happens is that the site narrows and this in turn throws the layout out.

 

Has anyone come across this before? and managed to solve it?

 

 

post-382157-0-31988700-1383834437_thumb.png

post-382157-0-04476400-1383834442_thumb.png

Link to comment
Share on other sites

Cheers for that, no good int his case though.

 

I've figured part of it out...

 

IE8 does not recognise the css code @media (max-width: 979px) (use to dictate responsive sizes)

 

it needs to be @media screen and (max-width: 979px) 

 

(a js script also needs to be uploaded)

 

So i've changed all those instances the only problem I have now is that IE8 thinks the site is a mobile one so is showing an expandable menu. Just need to figure out why it thinks that and fix it.

 

Gonna be a late one!

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...