F.A.Q. - Read it first! - Little fix overlib for Firefox 3.5
Matteo - 05-09-2010, 20:29 Temat postu: Little fix overlib for Firefox 3.5 On the new FF 3.5 is a problem with the effect of overlib (no transparency options).
If you want to do this patch - open the overall_header.tpl and find:
Kod: | <div id="overDiv" style="position:absolute; visibility:hidden; filter: alpha(opacity=85); -moz-opacity: 0.85; z-index: 10"></div> | and replace with: Kod: | <div id="overDiv" style="position:absolute; visibility:hidden; filter: alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85; z-index: 10"></div> |
(original content)
|
|
|