📜 ⬆️ ⬇️

PNG in IE. Links should work.

In continuation of the topic of treatment Donkey .

I ran into a problem - although the PNG in the background of the layer was working, and I even managed to somehow portray the vertical repetition, the links in the div didn't work in IE.

A small googling on the topic revealed the following method: the div, to which the AlphaImageLoader filter was applied, should not have the position property CSS at all, and for links it should also be set to any value (knowing IE, it’s better relative ). And that's it!
')
My situation was a bit more complicated - the menu div was wrapped back in two, and each also had PNG (cursed rounded corners) on the background. The requirement of not installing the position property applies to them! It was possible to reject it in one case only at the cost of rewriting the HTML code, but it still worked!

Source: https://habr.com/ru/post/14471/


All Articles