tags:

views:

59

answers:

2

Hi,

I have made some screenshots of my website, and in internet explorer 6 my website looks crappy (see screenshot)

I have heard something about a PNG fix, is a PNG fix the way to solve the crappy look? and can someone explain me how to implement this?

Crappy look

A: 

The original - http://www.twinhelix.com/css/iepngfix/

Usage: http://www.twinhelix.com/css/iepngfix/demo/

If you are using jQuery you can use the jQuery pluging - http://plugins.jquery.com/project/iepngfix

And don't forget to put the SCRIPT tags inside conditional comments

<!--[if lt IE 7]>
//PNG FIX GOES HERE
<![endif]-->
Ivo Sabev
A: 

Those "fixes" only affect the rendering of PNG files with alpha masks. In your case, you have some serious layout problems in addition to the incorrectly rendered PNGs that will not be helped by them at all.

Azeem.Butt
What do you mean? I used a 1024 resolution, maybe that's the problem, in all newer browsers the website looks good.
Chris
You're entitled to your opinion.
Azeem.Butt
Can you be more specific? What is in your opinion a serous layout problem?
Chris