PNG in IE. Links should work.

    Continuing the theme of the treatment of the donkey .

    Faced a problem - although PNG in the background of the layer worked, and even managed to somehow depict vertical repeatability, the links in the div didn’t work in IE.

    A little googling on the topic revealed the following method: a div to which the AlphaImageLoader filter was applied should not have a CSS property positionat all, but links should have it set to any value (knowing IE, it is better to relative). And that’s all!

    My situation turned out to be a little more complicated - the div with the menu was wrapped in two more, and each one also had a PNG background (cursed rounded corners). Property Unset Requirementpositionextends to them! In one case, it was possible to refuse it only at the cost of rewriting the HTML code, but it still worked!

    Also popular now: