- This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
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 :)
A link would probably help.
Sorry about that Paulie, just added the link.
I’m seeing in Chrome on W8
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?
From scenery.css remove the following lines:
#CP .zeppelin {
opacity: 0;
transition: all 400ms linear 0s;
}
Fixed, thanks for that dgriesel. Note to self work on code offline first.
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.