/    Sign up×
Community /Pin to ProfileBookmark

I need help, but I don’t know what the scripit thingy is called

I think what I need help with is html, not quite sure..
I’ve got heaps of people who have made me signs, which are taking up a lot of space on my page and my page takes ages to load for people who 56k cause of all the images..

So I want to do I thing where I’ll have a list of names and when the mouse hovers over the name the image will show, like.

[spot where image displays]
Mel
Chris
Tayal
etc..

I’ve seen this on some sites in the past but I have no idea how to do it, what it’s called or if it’s even HTML.. can some one please help me?

to post a comment
HTML

4 Comments(s)

Copy linkTweet thisAlerts:
@CharlesJun 20.2006 — There are a couple of ways to do this but the most robust - meaning the one that actually works - is to put the images in an IFRAME. Your names should be links and then if you want you can use something like the following:[code=html]<a href="mel-sign.jpg" target="iframeName" onmouseover="self.iframeName.location = this.href">[/code]
Copy linkTweet thisAlerts:
@grdauthorJun 20.2006 — I don't quite understand this but I've had an attempt.. how do I need to fix this?

[CODE]
<iframe src="/default.asp" width="250">
</iframe>
<BR>
<a
href="http://img97.imageshack.us/img97/7550/10088445az.jpg"
target="iframeName"
onmouseover="self.iframeName.location = "/default.asp">Lana</a>

[/CODE]
Copy linkTweet thisAlerts:
@CharlesJun 20.2006 — [code=html]<iframe name="sign" src=""></iframe>

<div><a href="http://img97.imageshack.us/img97/7550/10088445az.jpg"
target="sign" onmouseover="self.sign.location = this.href">Lana</a></div>[/code]
Copy linkTweet thisAlerts:
@KDLAJun 20.2006 — You might consider this, too: http://www.huddletogether.com/projects/lightbox2/

I've used it with text links, instead of the thumbnails.

KDLA
×

Success!

Help @grd 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.18,
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,
)...