gopycc / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Media Queries in 2.1(beta4) #366

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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