(((((Counter Axps)))))
- Inicio
- Queres La Pass De La Web? Entra Aca!!
- Dejanos La Ip De Tu Sv
- Agrega Nuestra Web En La Tuya
- Te Molesta Algo De La Pagina?
- Upload Counter-Axps
- Vota A Counter-Axps
- Preguntas Y Respuestas
- Denuncia Algun Link Roto De La Web
- Mini Pagina Sxe Injected Oficial
- Reclutamos Gente Para El Team!!
- Miembros
- Webs Amigas
- Aprender A Instalar Un Plugin
-
Entrar A Un Server Cuando Esta Lleno
- Como Crear Una Confi
-
Como Desbearte De Un Sv
- Bajar Nuestro Lag
- Guia Modificar Motd
- Poner Server En Internet
- Hacer Un Video En Cs 1.6
- Solucion Server En Blanco
- Guia Tener Ip Fija
- Crear Un Mapa
- Como Tirar Un Sv Cs 1.6
- Guia Plugin
- Pasar Musica Por Cs 1.6
- Crear Servidor Counter Strike 1.6
- Descargas
-
Counter Strike Portable
- Counter Strike 1.6
- Counter Strike 1.8
- Counter Strike Condition Zero
- Parches
- Parche Acumulativo V23
- Juegos Del Cs
-
Counter Strike v7
- Todos Los Parches
- Utilidades
- Imagenes Counter Strike
- Half Life Logo Creator
- Cambiar De Fondo De Counter Strike
- Servers
- AmxMod 1.8
-
Statsme 2.8.3
- Steam
- Sxe Injected 8.0
-
Realite HL-Guard 2.8
- Hack Hunter
- Cheating Death
- Hl Booster 2.4
-
Sxe Injected 11.1 Fix1
- Steam Splash Creator
- Pod Bots By TheSiper
- Todos Los Cs
- Mods Del Half Life
- Plugins
- Plugins Shot
- Plugins Actualisados 2009
- Comandos Rcon
- Comandos De Administradores
- Comandos Zombie Amx
- Mods
- Mod Gungame 2.13
- Mod Soccerjam
- Mod Halo
-
Mod Surf Normal
- Mod-walcraft
- Addons Bys TheSniper
- Addons Power-Force v1 By (:::TheRaul:::)
-
Addons Power Force V2 By TheSniper
- Mapas
-
pack_aim
-
pack_awp
-
pack_cs
-
pack_de
-
pack_fy
-
pack_surf
-
pack_zm
-
Zona Pc
- Ares Ultima Version+Serial
- Internet Explorer 8
- Mozilla Firefox 3.0
- Windows Live Messenger 2009
- Anti Virus Avast Profesional v4.7.981 Español + Keygen
-
Zona Dj
- Virtual Dj 2010 + Crack + Skins + Effect +
- AtomixMP3 v2.3 + Efectos Español - Full
-
Zona Webmaster
- BannerShop Gif Full Español+Portable+Tutorial
- Adobe Photoshop CS4 Mac
- !Generadores By Entra-Ya!
- Banners De La Web
- Zona Juegos
- Juegos Para Descargar(1)
- Juegos Para Descargar(2)
- Contacto
- Afiliados
- Sobre Nosotros
- Sugerencias
- Banners
- Oracion
- Tutoriales Full
- Noticias Counter Strike
- Argentina Se Unira A La Extreme Experience Liga Online 2010
- Solucion Sxe Injected Error De Block De Notas
- Título de la nueva página
- Counter-Axps En El Campeonato P-D 2010
- ¿Quienes Somos?
- Incripciones P-D 1
- Octavos De Final P-D 1
- Cuartos De Final P-D 1
- Semi-Final P-D 1
- Tercer Puesto P-D 1
- La Final P-D 1
- Y Despues Que P-D 2010 1
- Chat-orbe
- Uefa Definicion Pwg
- ¿Quieres Realmente Bajar Tu Lag?
- Probando
- Barras
- Inicio 2
- Codigos HTML
- Codigos Java
- Codigos Css
- Codigos Php
- Codigos Flash
- Codigos Xml
- Menu
- Tutoriales Pwg
- Otros Comentarios
- Gadgets
- Fondos
- Marquesinas
- Relojes
- Diseños Ice Blue
- Diseños Css
- Diseños Css Avansados
- Torneo PD Suspendido
- Copa America
- Amistosos Internacional
- 1ra Dvision Fixture
- Diseño Probando
- Posiciones Concursos PWG
- Prueba pagina
- Título de la nuevassd página
- Título de la nueva sspágina
- Amistosos Argentina
- Torneo De Sitioutilitario
- Votaciones TDS
- Staff
- Torneo TDS
- Chateaya
- Broma
- Título de la nueva páginadsd
- PRUEBA1
- prueba de liga
Otros Comentarios
Este codigo es para agregar pequeños comentarios a tus escritos<script type="text/javascript">
/***********************************************
* Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
var offsetxpoint=-60 //Customize x offset of tooltip
var offsetypoint=20 //Customize y offset of tooltip
var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function ddrivetip(thetext, thecolor, thewidth){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}
function positiontip(e){
if (enabletip){
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth)
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
else if (curX<leftedge)
tipobj.style.left="5px"
else
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetxpoint+"px"
//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight)
tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
else
tipobj.style.top=curY+offsetypoint+"px"
tipobj.style.visibility="visible"
}
}
function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}
document.onmousemove=positiontip
</script><style type="text/css">
#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
</style>
Y por ultimo:
para agregar el comentario y el contenido como agrege :
<div onmouseout="hideddrivetip()" onmouseover="ddrivetip('Contenido para poner! !!.','lightgreen', 250)" style="padding: 4px; width: 250px; height: 150px; background-color: rgb(233, 233, 233);">Contenido que desees poner ! Textarea ofrecido por warioteayuda !</div>
<!--webbot
bot="HTMLMarkup" endspan i-checksum="15497" -->
<div id="dhtmltooltip"> </div>
Visitantes Hoy, 35 visitantes (114 clics a subpáginas)