In the JA Brisk template the ie7 @ media queries were working, but for some reason in the JA Mitius template is is not
In the head section of the template you have this below which would lead me to believe ie7 should be supported, but it isnt working. IE 8 and above however do work….How do i get it to work?
Here is the css im using
/*Responsive Template*/ @media (min-width: 980px){
/*Navigation*/
nav#ja-mainnav.wrap.ja-mainnav.navbar-collapse-fixed-top{padding-bottom:6px;background: url(../../../images/themes/bluecustom/menu_bottom.png);background-position:center bottom;background-repeat:no-repeat;border:none;}
div.contactusleft{float:left;width:50%;padding-right:5%;}
}
@media (min-width:741px){
header#ja-header.ja-header.wrap{}
div.top-login div.customsiteslogan h3{width:445px;margin:0px;padding:0px;font-size:18px;float:right;}
div.logo.logo-image h1 a{margin-bottom:-40px;}
section.wrap.ja-topheader div.container div.row{height:0px;}
section.wrap.ja-topheader div.container{height:0px;}
} @media (max-width:740px){
section.wrap.ja-topheader div.container div.row div.span8{display:none;}
div.logo.logo-image h1{padding-top:50px;}
section.wrap.ja-topheader div.container{text-align:center;}
}
<!– Le HTML5 shim, for IE6-8 support of HTML5 elements –>
<!–>
<script src=”http://html5shim.googlecode.com/svn/trunk/html5.js”></script>
<!–>
<!– For IE6-8 support of media query –>
<!–>
<script type=”text/javascript” src=”<?php echo T3_URL ?>/js/respond.min.js”></script>
<!–>