/    Sign up×
Community /Pin to ProfileBookmark

I have a quick question, how do I get a image(or if easier, every clickable item on the whole page) to flip horizontal (mirror image) when you mouse over it? I can give an example of a site if I am not painting a clear enough picture as to what I want to accomplish. I am a complete newbie to the coding world ?

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@jmaresca2005May 23.2005 — thats a javascript question
Copy linkTweet thisAlerts:
@marthacloneauthorMay 23.2005 — I read on html goodies it could be both, it's ok I will keep searching.
Copy linkTweet thisAlerts:
@ray326May 24.2005 — The best way is to use two images.
Copy linkTweet thisAlerts:
@Tweak4May 25.2005 — As stated above, use 2 different images. The first should be your regular image (image1.jpg), and the second your mirror (image2.jpg)

then use the following line, adapted to your particular situation

<img src="image1.jpg" onMouseOver="this.src='image2.jpg'" OnMouseOut="this.src='image1.jpg'">
×

Success!

Help @marthaclone 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.20,
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,
)...