Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/03/2004, 14:24
iron6warrior
 
Fecha de Ingreso: marzo-2004
Mensajes: 13
Antigüedad: 20 años, 1 mes
Puntos: 0
ya está...
Sus codigos no me han salido bien, no sé si no he sabido modificarlos o qué me ha pasado... pero he seguido investigando y he llegado a modificar el archivo redwar.css al que he llegado a saber que era el que me daba problemas por eliminación. El código era este:


<style type="text/css">
<!--
body {
scrollbar-arrow-color: #6E0B17;
scrollbar-base-color: #6E0B17;
scrollbar-face-color: #6E0B17;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}

.head { font-family: arial; font-size: 12px; color: #FFFFFF; background-image:url(redwarhead.jpg); border: #FFFFFF; border-style: solid; border-top-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-right-width: 1px; text-align: center; background-repeat: repeat-x; height: 20px; padding: 2px; filter: blur(strength=30)}

A
{
height: 1px; color: #FFFFFF;
font-weight: bold;
text-decoration: none;
cursor: crosshair;
behavior: url(redwar.htc);
filter:progid:DXImageTransform.Microsoft.GradientW ipe;}
A:visited {color: #FFFFFF;text-decoration: none; cursor: font-weight: bold;}
A:active {color: #FFFFFF;text-decoration: none; cursor: crosshair; font-weight: bold;}
A:hover {color: #FF1E00;text-decoration: none; cursor: crosshair; font-weight: bold}

body
{background-image: url(redwarback.jpg);
background-color: #000000;
background-repeat: repeat-y;
background-attachment: scroll;
font-family: arial;
color: #FFFFFF;
letter-spacing: 0px;
font-weight: normal;
font-size: 11px;
cursor: default;}

-->
</style>


Sólo he tenido que modificar lo que está en negrita y ya he podido acceder a los links mediante imágenes.
Me han sido de mucha ayuda. He aprendido mucho gracias a ustedes.