Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS SiFR is not working properly.. Re: SiFR is not working properly..

#54041
Chris Coyier
Keymaster

I’ve never seen that… There is a <span> in there which is acting as an "alternate". Might be some kind of option you can set? Anyway, you could just target it and hide it.

Code:
.sIFR-alternate { display: none; }