-
_________________________________________________________________________________ Configurar VTP en Switches CISCO Bueno hoy les traigo...
-
Emular IOS de CISCO en GNS3 Bueno en este pequeño tutorial les mostrare como montar un IOS cisco en GNS3. Algunos sabemos que GNS3 es u...
-
Compartir archivos desde Google Drive y que sean publicos. Bueno les traigo una pequeña guia como compartir archivos desde Google Drive y ...
-
Como configurar Etherchanel/portchanel/Agregacion de enlace. Al realizar conexiones como se muestra en la figura de arriba po...
-
JavaScript Kit Free JavaScripts JavaScript Reference Coding Forums Dynamic Drive This free script provided by JavaScript ...
-
Bueno srs hoy les traigo una forma de poder instalar cualquier sistema operativo desde una USB. Bueno lo que haremos sera usar un progra...
-
Menu 1 Submenu 1 Submenu 2 Submenu 3 Submenu...
-
Bueno en esta oportunidad les queria traer un pequeño paquete de capas/incrutaciones para que puedan crear sus videos con mas colorido ...
-
Bienevenidos a mi blog. Bueno pues este es un blog que estoy construyendo poco a poco, pues la verdad es como un pasatiempo que ...
-
Bueno hoy les traigo un pequeño tutorial como configurar DHCP en un router CISCO Como todos sabemos el protocolo DHCP (Dynamic H...
Datos personales
Con la tecnología de Blogger.
Entrada destacada
Menu
Menu 1 Submenu 1 Submenu 2 Submenu 3 Submenu...
Etiquetas
Recent Posts
// Cool CSS Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Fading routine based on Dynamic Drive script: http://www.dynamicdrive.com/dynamicindex4/highlightgrad.htm
// This notice must stay intact for use
var baseopacity=0
function showtext(thetext){
if (!document.getElementById)
return
textcontainerobj=document.getElementById("tabledescription")
browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
document.getElementById("tabledescription").innerHTML=thetext
highlighting=setInterval("gradualfade(textcontainerobj)",50)
}
function hidetext(){
cleartimer()
instantset(baseopacity)
}
function instantset(degree){
if (browserdetect=="mozilla")
textcontainerobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
textcontainerobj.filters.alpha.opacity=degree
else if (document.getElementById && baseopacity==0)
document.getElementById("tabledescription").innerHTML=""
}
function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}
function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.2, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}
// Cool CSS Menu- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// Fading routine based on Dynamic Drive script: http://www.dynamicdrive.com/dynamicindex4/highlightgrad.htm
// This notice must stay intact for use
var baseopacity=0
function showtext(thetext){
if (!document.getElementById)
return
textcontainerobj=document.getElementById("tabledescription")
browserdetect=textcontainerobj.filters? "ie" : typeof textcontainerobj.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
document.getElementById("tabledescription").innerHTML=thetext
highlighting=setInterval("gradualfade(textcontainerobj)",50)
}
function hidetext(){
cleartimer()
instantset(baseopacity)
}
function instantset(degree){
if (browserdetect=="mozilla")
textcontainerobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
textcontainerobj.filters.alpha.opacity=degree
else if (document.getElementById && baseopacity==0)
document.getElementById("tabledescription").innerHTML=""
}
function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}
function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.2, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=20
else if (window.highlighting)
clearInterval(highlighting)
}
0 comentarios:
Publicar un comentario