/    Sign up×
Community /Pin to ProfileBookmark

Where can I find a cool trick?

I work for this really quirky guy who wants to hide what he calls an “Easter Egg” on his page somewhere. So I’ve been searching all day for some kind of Javascript that will be hidden until the user does something. The problem is, this is also a stodgy business site, so it can’t be obscene, or gross, or full of bullet holes. I don’t want to scare people into thinking their hard drives are destroyed – I’ll probably get in trouble. Something cute, and not too easy to find – like something happens when you mouse over an image or something.

Any ideas??

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@VladdyFeb 19.2003 — [i]Originally posted by rizakag [/i]

[B]<snip>

Any ideas?? [/B]
[/QUOTE]

:rolleyes: Find a new boss :rolleyes: ? ? ?
Copy linkTweet thisAlerts:
@jdaviaFeb 20.2003 — [i]Originally posted by rizakag [/i]

[B]I work for this really quirky guy who wants to hide what he calls an "Easter Egg" on his page somewhere. So I've been searching all day for some kind of Javascript that will be hidden until the user does something.



Any ideas?? [/B]
[/QUOTE]

You really don't need javascript to hide something. You can use text to link in the same way as an image. But you need a script not to underline that link. So if you take a single letter or small word and make it a link, you can hide a so called EasterEgg. How? I made the word "OF" a link to a page with the EasterEgg. (That you create)

<style>

<!--

a {text-decoration: none}

-->

</style>

</head><body>

<H3><FONT COLOR=#0000a0>This is a demo <A HREF="EasterEgg.html"><font color=#0000a0>of</font></a> what I mean.
×

Success!

Help @rizakag spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.15,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...