Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
yes, it works for IE 5, 5.5 and 6.

im not sure why it isnt working for you. have you read the README file, or the documentation on the author's website?
 
I went and redownloaded the file and got the README text. BTW, I did this before my last post.

I added the ENTIRE IE7 folder to the folder containing the HTML page.
Re-named all the .png's so that they end in -trans.png .

Snippet of the coding:
HTML:
<link rel="stylesheet" type="text/css" href="files/style.css" />
<!--[if lt IE 7]>
<script src="/ie/ie7-standard-p.js" type="text/javascript">
</script>
<![endif]-->
</head>

This script works with an external style sheet right?
 
yes, it only works with stylesheets, it ignores in-line styles.

i assume you have checked the directory name etc. is the /IE7/ library in a directory called "ie" in the webroot?

have you got javascript turned on in MSIE?

i cant think of anything else that could be doing it, but without seeing the actual page, it could be anything.
 
Yes, the /IE7/ library is in a directory called ie.

I have Internet Explorer version 6.0.2.nobodycaresanymore

Thats about it, I cannot figure it out at all.

Thanks for the help though. :)
 
Nothing has worked at so far for solving the ie png issues, for me at least.

I now need to find out how to do something else.

Since it seems IE 6 doesn't want to support '-' margin values. I want to have my banner at the top of the site, directly underneath the IE bookmark/adress bars, but there is a space in between. Any way to solve this?

Thanks for the help! :)
 
by default the <BODY> object has a margin/padding in MSIE. set them both to 0 for the top.

also, i really suggest you keep trying with the /IE7/ library. try a simple HTML page with it included, and see if it works then.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.