I am making use the @media tag in a web site. I can make them work with all browsers with the exception of IE. What I have been able to gather is that they do not work with IE below ver 8 and should work with IE above ver 9.
It has been very confusing and the results disappointing to say the least. Can anyone supply some good documentation on the subject or suggest a work-around.
I am trying to create a responsive web site and at the moment IE is giving me a great deal of trouble.
<= IE8 simply don’t support CSS media queries, but you can use a JavaScript polyfill that supports at least min-width, max-width: https://github.com/scottjehl/Respond
Thank you. I will try this, but I guess I did not make myself clear.
I cannot get the site to work correctly using IE 9, IE 10, or IE 11. That is the problem I am trying to solve. It does not work, at least correctly and I am trying to understand why.
Go to the bowls page and then click on a product. I light box will open. In all major browsers the thing works, it is distorted in IE 10, which is what I am using. Also, the format is that for a mobile device no matter the size of the screen.
It maybe something as simple as a editor typo, but I am really confused.
Yes the elongation in IE10. The image does appear normal in IE11.
The text is also an issue. In both versions of the browser text appears outside the light box. Also the version of the text that appears is the mobile device version. Look at the site in any of the other major browsers to see things as they are intended.
This morning I am going to try to see if I can control things via javascript. I may be able to so, but if I succeed it occurs to me that I might as well scrap the @media tag as IE seems to make it useless. At least in this case