Açıklamalı Link-1

Mouseu linklerin üzerine getirince yanda açıklamaları beliriyor.

<BODY>..</BODY> arasına eklenecek kod :




<style>

DIV{font-family:arial,helvetica; font-size:10pt}

</style>

<script>

/*

Created by A1 JavaScripts - http://www.a1javascripts.com/

This may be used freely as long as this msg is intact!

*/

//You have to set some variables here:

//Set the font for the msg

msgFont='Arial,helvetiva'

//Set the fontSize in px

msgFontSize="12"

//Set the fontColor

msgFontColor="black"

/*

Here's the array that holds the text to change the divmessage to

when you mouseover. Change the text here

*/

messages=new Array(6)

messages[0]="JavaScript
A heap of <u><font color=ff0000>free</font></u> javascripts to enhance your site!"

messages[1]="JavaOnline
The largest directory of <u><font color=ff0000>free</font></u> webmaster resources on the planet!"

messages[2]="Başlık2
25 megs of <u><font color=ff0000>free</font></u> webspace;
httpcity.com/you!"

messages[3]="Başlık3
A monstrous collection of <u><font color=ff0000>free</font></u> graphics!"

messages[4]="Başlık4
The HOTTEST <u><font color=ff0000>free</font></u> clipart and resource sites ranked by popularity!"

messages[5]="Başlık5
Download tons of <u><font color=ff0000>free</font></u> Software!"

messages[6]="Geri dön
Geri dönmek için<u><font color=ff0000>free</font></u> hemen tıkla!"

messages[7]=""

//nothing needs to be changed below here

ie=document.all?1:0

n=document.layers?1:0

//Constructing the ChangeText object

function makeChangeTextObj(obj){

this.writeref=(n) ? eval('document.'+obj+'.document'):eval(obj);

this.writeIt=b_writeIt;

}

function b_writeIt(text){

if(n){

this.writeref.write(text)

this.writeref.close()

}

if(ie)this.writeref.innerHTML=text

}

function changeText(num){

if(ie || n) oMessage.writeIt('<span style="font-size:' +msgFontSize+'px; font-family:'+msgFont+'; color:'+msgFontColor+'">'+messages[num]+'</span>')

}

function changeTextInit(){

if(ie || n) oMessage=new makeChangeTextObj('divMessage')

}

//Calls the init function on pageload

onload=changeTextInit

</script>

<div id="divlinks" style="position:absolute; left:10; top:150">

JavaScript




JavaOnline




Http City




Free Clip Images




1-Click-Clipart




FreeWare Files




Geri dön

</div>





<table Border=0 cellpadding=0 cellspacing=0 width="400" hight="200">

<td align=center width="100%" height="100%"><div id="divMessage" style="position:absolute; left:200; top:300">

This is the default text that will show in
3.x browsers. You have to place this with tables or
something instead of layers for backwards compatibility.</td></table>

</div>