Highlighted events
- No events to show
a.button:hover{
filter:alpha(opacity=50);
-moz-opacity: .50;
opacity: .5; }
Opacity doesn’t work for me in IE. Not even in IE7. It just won’t work. I searched the web for something else that would help me but no luck.
My current solution?
browser.ie{
opacity: .0; }
If anyone has anything else to propose I’d be glad to listen to other actually practical solutions.
Edit: Solution given by Dionyziz as follows:
(thank you a [...]