Forum Moderators: not2easy

Message Too Old, No Replies

IE PNG Fix Disables Any Content, Links and JavaScript

I am desperate for a solution!

         

pilau

1:25 pm on Mar 22, 2007 (gmt 0)

10+ Year Member



Hi, I am working on an interface which uses transparent PNGs as DIV backgrounds. I have been using various PNG fixes for IE and everything works right - Except for the fact that any content/links/JS code related to the DIV the AlphaImageLoader filter is activated on is just not working.

It works in Firefox, but not IE 6. Here, take a look: <snip>

[edited by: Robin_reala at 10:26 pm (utc) on Mar. 22, 2007]
[edit reason] Removed URLs as per TOS #13 [webmasterworld.com] [/edit]

SilverLining

1:47 pm on Mar 22, 2007 (gmt 0)

10+ Year Member



According to this post [webmasterworld.com], you could try this:

#container a {
position: relative;
z-index: 500;
}