kavinithiy / ie7-js

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

using IE7_PNG_SUFFIX=".png"; does not work when using relative link to IE9.js file #296

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
using :
<!--[if lt IE 9]>
<script src="js/IE9.js">IE7_PNG_SUFFIX=".png";</script>
<![endif]-->

versus:
<!--[if lt IE 9]>
<script 
src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js">IE7_PNG_SUFFIX=
".png";</script>
<![endif]-->

2.
3.

What is the expected output? What do you see instead?
No blue box around .png images. There is no blue box but it shows the ALT 
description and a missing image icon(white square with red X in center) on top 
of the image. The images are however visible.

What version of the product are you using? On what operating system?
IE9.js and testing on IE6

Please provide any additional information below.

Original issue reported on code.google.com by thienpha...@gmail.com on 30 Dec 2010 at 8:42