Forum Moderators: open

Message Too Old, No Replies

IE7-js library issue

         

Kevin McLean

4:55 pm on Jan 16, 2009 (gmt 0)

10+ Year Member



I found a wonderful js library by google open source, making IE 5+ behave like IE 8, but for some reason it doesn't work on my page. The thing which does not work is transparent png image as a backgroud. Could somebody advice me what to fix?

<html>
<head>
<title><?=$page_title ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta NAME="DESCRIPTION" CONTENT="">
<meta NAME="KEYWORDS" CONTENT="">
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script>
<![endif]-->
<!--[if lt IE 8]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script>
<![endif]-->
<link rel="stylesheet" href="http://example.com/lanoche/night.css">
</head>
<body>

The linl to library:
[code.google.com...]

[edited by: eelixduppy at 5:05 pm (utc) on Jan. 18, 2009]
[edit reason] exemplified [/edit]

quartzy

2:27 am on Jan 18, 2009 (gmt 0)

10+ Year Member



.png do not work in IE5 or IE6 or IE7 dont know about IE8

quartzy

2:27 am on Jan 18, 2009 (gmt 0)

10+ Year Member



You can get a script to make it work on google code, or you should make the images .gifs if possible.