/    Sign up×
Community /Pin to ProfileBookmark

Hover Effect.

Not sure if I need Javascript or css or just plain html for this!

I am looking for a code that will do this:

On my page there are links… What I want is when you hover the mouse over a link.. It loads a flame gif that comes with in or behind the link and it gives the effect that the link is on fire. When hovering over the link, it seems as the link is burning.

Can anyone help me? I know this thing exists.. I have seen it once on a site I cannot remember now..

Thank you.

to post a comment
JavaScript

2 Comments(s)

Copy linkTweet thisAlerts:
@scragarFeb 15.2008 — use CSS:
#nav a:hover{
background-image: url(flaming.gif);
}
Copy linkTweet thisAlerts:
@AydenauthorFeb 15.2008 — it worked like a charm.
×

Success!

Help @Ayden 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.16,
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,
)...