Css – .sifr-active, visibility: hidden; not working in Safari 4.0.2

cssflashsifr

I trying to hide the element before replacement by using the .sIFR-active class, set on the HTML element, to apply CSS rules to elements when sIFR is active. I set the visibility: hidden; and it is working fine in IE and Firefox. Not Safari.

Any idea?

Best Answer

.sIFR-alternate {
  display: none;
}