Hi,
IE makes you nervous because png transparency and you whant to kill youserlf because of that?
I found the solution after an extensive research in the net so I’m going to share with you beacause I’m a webdesigner and I know what’s that lol.
After I tried number of javascript hacks or solutions that I found in net I realized that the best solution had to come from Microsoft. So I search over Microsoft webpage and I found the “AlphaImageLoader Filter”.
Conclusion, it works really great.
<img style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', sizingMethod='scale');">
It works really great till I put this in backgrounds like body, tables, etc…, and a link or a form button over it.
Conclusion, links and buttons not worked with mouse over, only tabbing.
So now what?
It’s really easy to solve this, and has nothing to do with hacks or something like that. The only thing we have to do is to put [SIZE=1]position:relative[/SIZE] in the link or button style. OMG, yeap that’s what I said.
<a href="link.htm" style="position:relative;">link</a>
And that’s it.
Good webdesigns for you all.