Incorporated media queries in my design to adjust the width of certain elements on the page according to the browser's width. These are the queries I am using:
@media screen and (min-width:1024px)
@media screen and (max-width:1024px)
Chrome, Safari, and Firefox are functioning well with these queries, but Internet Explorer is presenting a challenge. I understand that versions prior to IE 9 do not support this feature, however even IE 9 seems to be having issues. Any insights into what might be causing this problem?