Avatar Image
Machacateclados
Machacateclados

Me gustaria hacer una descripcion de hipervinculos como la que muestra esta pagina:

http://www.geocities.com/floidian/pink.htm

Alguien sabe como se puede hacer?

Avatar Image
User 390661
@man / @woman
@man / @woman

En la etiqueta del enlace agregas
onmouseover="movein(this,'Texto a mostrar')"

y donde kieras k se muestre el texto pega este script
<script language="JavaScript">
<!--

/*
Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts
*/



function movein(which,html){
which.style.background='#00cc00'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(which){
which.style.background='#009900'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}

//-->
</script>

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
No se han encontrado temas similares