Forums

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

Home Forums CSS [Solved] Where's my Zeppelin :(

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #144787
    jeracoo
    Participant

    I’ve been developing a site for the last few months and I’ve done something recently that makes my **Zeppelin disappear** when you **click** on the **contact** page. It’s quite annoying, I also seem to have overwritten my backups where the zeppelin was working :(.

    I’m also working on fixing my portfolio page, though I think I have that one worked out.

    [Ulfus](http://ulfus.com “Ulfus”)

    Would love any help as my site is almost complete :)

    #144789
    Paulie_D
    Member

    A link would probably help.

    #144792
    jeracoo
    Participant

    Sorry about that Paulie, just added the link.

    #144793
    Paulie_D
    Member

    I’m seeing in Chrome on W8

    #144795
    jeracoo
    Participant

    Really, so it’s appearing on the **contact** page for you. Hmm interesting, I’m not seeing it on ie , firefox, safari, opera or chrome :\.

    Are you sure? If so which version of chrome do you have?

    #144799
    dgriesel
    Participant

    From scenery.css remove the following lines:

    #CP .zeppelin {
    opacity: 0;
    transition: all 400ms linear 0s;
    }

    #144801
    jeracoo
    Participant

    Fixed, thanks for that dgriesel. Note to self work on code offline first.

    #144876
    dgriesel
    Participant

    Although I still don’t understand why it still does what it does.

    When I click on the Contact Page, the Zeppelin moves up and snaps back while fading out…
    … I mean it did before removing those lines.

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