Forums

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

Home Forums CSS sIFR issues

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23955

    I am trying to use sIFR to replace the headline in the top left portion of the page (http://www.randallbrowne/architile/index.html) Instead of the flash replacement it seems to be creating the headline with the flash font, and keeping the existing as opposed to "replacing " it. Any suggestions? I am viewing it in the current Firefox.

    #53092
    chazzwick
    Member

    find the sifr.css file and add this at the bottom:

    Code:
    @media screen {

    .sIFR-active h1 { visibility:hidden; }
    .sIFR-active h2 { visibility:hidden; }

    etc….

    }

    Prefix every element you want to hide with ".sIFR-active" so they only apply if sIFR is active

    #53094

    Thanks! Got it taken care of

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.