Answer the question
In order to leave comments, you need to log in
How to fix opacity and links bug in firefox? And is it a bug?
Faced strange behavior of opacity in FF.
There is a table, rows in the table. Part of rows with class not-available
table tr.not-available {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
Answer the question
In order to leave comments, you need to log in
opacity less than 1 is perceived as z-index: 0. Your links are below the rest of the content
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question