Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/03/2004, 10:46
Avatar de kahlito
kahlito
Colaborador
 
Fecha de Ingreso: marzo-2003
Ubicación: En el Estrecho y el mar
Mensajes: 2.936
Antigüedad: 21 años, 1 mes
Puntos: 65
Problema al llamar un css

Buenas estoy intentando llamar este css

<style type="text/css">
#caparico{
position:absolute;
width:250;
height:180;
z-index:1;
top: 20;
left: 430;
}
#capaelectrolandia{
position:absolute;
width:250;
height:180;
z-index:1;
top: 220;
left: 430;
}
#caparicoover{
position:absolute;
width:250;
height:180;
z-index:2;
top: 20;
left: 430;
visibility: hidden;
}
#capaelectrolandiaover{
position:absolute; width:250; height:180; z-index:2; top: 220; left: 430;
visibility: hidden;
}
#contenido { position:absolute;
top:50%; left:50%;
width:770px;
height:420px;
margin-left:-385px;
margin-top:-210px;
}
#capaenlaces{
position:relative;
width:250;
z-index:1;
top: 50;
left: 100;
background-color: #ff9933;
}
a.enlace {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: none;
color: #ffffff;
}
a.enlace:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ccff99;
text-decoration: underline;
}

</style>


Al cual le he llamado intro1.css y lo estoy intentando llamar luego desde otra página con esto:

<link href="intro1.css" rel="stylesheet" type="text/css">

entre <head> y </head>

¿Se puede hacer?

Saludosss