What steps will reproduce the problem?
@media screen and (min-width: 1200px) {
.main_add1 {
display:inline;
width:100%;
}
div main_add1 not displaying if use
<!--[if lt IE 9]>
<script
src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
displaying if use
<!--[if lt IE 9]>
<script
src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js"></script>
<![endif]-->
What version of the product are you using? On what operating system?
WIN XP; IE8
Original issue reported on code.google.com by vladimir...@gmail.com on 25 Apr 2012 at 8:56
Original issue reported on code.google.com by
vladimir...@gmail.com
on 25 Apr 2012 at 8:56