|
↑
Messages >>>
Offer your visitors a short description when they put their cursor on an image link. Give more information about what is offered at a site, if it is free or not, or anything else you think is important for them to know.
Step 1: Add the below code to the <body> section of your page:
<script
language="javascript"
type="text/javascript">
function
showMsg(text)
{
document.picform.message.value
=
text;
}
</script>
<center>
<ul>
<li>
<a
href="HTTP://WWW.SITE1.COM"
onmouseover="showMsg('this
is information about pic 1....');"
onmouseout="showMsg('');">
<img
name="button1"
src="alien.gif"
border=0></a>
</li>
<li>
<a
href="HTTP://WWW.SITE2.COM"
onmouseover="showMsg('this
is information about pic 2....');"
onmouseout="showMsg('');">
<img
name="button2"
src="ball.gif"
border=0></a>
</li>
<li>
<a
href="HTTP://WWW.SITE3.COM"
onmouseover="showMsg('this
is information about pic 3....');"
onmouseout="showMsg('');">
<img
name="button3"
src="heart.gif"
border=0></a>
</li>
<form
name="picform">
<textarea
name=message
rows=2
cols=40
wrap=virtual>choose
an image above for a description!</textarea><br>
<input
type=hidden
name=go
value="">
</form>
</center>
|
Step 2: The script uses three images as part of its interface. You can create your own, or use the three below :
(right click images, and select "Save Image As")
Upload them into the same directory as your webpage.
↓ http://www.cashadvance-loans.net/ohio/cash-advance-findlay-oh/ . Bitcoin Dice Site
|