kavinithiy / ie7-js

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

Links not working on top of a transparent PNG #200

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a DIV and use a transparent PNG as background of the DIV
2. Add some text with links inside the DIV
3. Try to click on the links

What is the expected output? What do you see instead?
Click on the links is currently not possible.

What version of the product are you using? On what operating system?
HEAD of TRUNK for IE8.js
http://ie7-js.googlecode.com/svn/trunk/lib/IE8.js

Original issue reported on code.google.com by thierry....@gmail.com on 2 Oct 2009 at 9:43

GoogleCodeExporter commented 9 years ago
This is actually a limitation in the IE browser itself, and how it handles
transparent PNG images. In IE6, transparency was achieved by applying an IE 
filter.
IE7 simply applies this same filter automatically - which, indeed, reproduces 
the
same defect.

The fix is to explicitly set the z-layer of the link itself to be higher than 
that of
the png image. Failing that, you'll have to shift the text off of the png.

Original comment by xenonthe...@gmail.com on 17 Oct 2009 at 11:40

GoogleCodeExporter commented 9 years ago
This is a duplicate of Issue #76.

It should be fixed in the next release.

Original comment by dean.edw...@gmail.com on 10 Feb 2010 at 9:10