i tried to use media query in IE8 using either respond.js or mediaquery.js but nothing working for me. after using css-mediaquery.js from below link
https://github.com/livingston/css3-mediaqueries-js
it throws some error in my page like
below by media code.
@media screen and (min-width: 1200px)
{
.c
{
border: 2px black solid;
}
}
after using respond.js also not workinh for me.
i referred the scripts in my page like
<script src="~/Scripts/respond.js"></script>
<script src="~/Scripts/css3-mediaqueries.js"></script>
but not working
Thanks,
Siva