loading testers needed

J

Joel Shepherd

Richard said:
www.1-large-world.com/testing/

mouse over technique using document.image.src=newimage style coding.
need to know how it loads in dialup.
I'm on cable so I don't know.

15-20 seconds for the first image, 12 for second. Not exactly "crisp".

Erm ... And that's not your family ... is it? ;-)
 
B

Bart van den Burg

----- Original Message -----
From: "Richard" <anom@anom>
Newsgroups: alt.html
Sent: Tuesday, October 07, 2003 6:27 AM
Subject: loading testers needed

www.1-large-world.com/testing/

mouse over technique using document.image.src=newimage style coding.
need to know how it loads in dialup.
I'm on cable so I don't know.

I suggest you put an image preloader in it
Not really sure how it works, but i suppose other people here do.
Also, I suggest that you change:
<a href="#" onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">
to
<a href="#" onClick="return false;"
onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">

This prevents the browser to scroll all the way to the top if you click on
the link.

Eventually, you could make it:
<a href="noJS.html" onClick="return false;"
onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">

So that browsers without JS go to noJS.html
I suppose you don't really need that here, but may be useful for other stuff

Bart
 
R

Richard

Bart said:
----- Original Message -----
From: "Richard" <anom@anom>
Newsgroups: alt.html
Sent: Tuesday, October 07, 2003 6:27 AM
Subject: loading testers needed



I suggest you put an image preloader in it
Not really sure how it works, but i suppose other people here do.
Also, I suggest that you change:
<a href="#" onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">
to
<a href="#" onClick="return false;"
onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">
This prevents the browser to scroll all the way to the top if you
click on
the link.
Eventually, you could make it:
<a href="noJS.html" onClick="return false;"
onMouseOver="document.main.src='cast2.gif'"
onMouseOut="document.main.src='dhd2.gif'">
So that browsers without JS go to noJS.html
I suppose you don't really need that here, but may be useful for other
stuff


Thanks for the clues.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top