Ver Mensaje Individual
  #6 (permalink)  
Antiguo 11/05/2006, 09:57
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 2 meses
Puntos: 535
pues, si se puede:

estilos.asp
Código:
<%
response.ContentType = "text/css" /* IMPORTANTE, sino no anda */
Randomize()
imagen = int(rnd*10)+1
%>

#encabezado {
	border: 1px solid #666666;
	height: 100px;
	margin-top: 5px;
	background-image: url(images/bg_encabezados/<% Response.Write imagen %>.jpg);
}

y en el código html:
<link href="estilos.asp" rel="stylesheet" type="text/css" />
__________________
...___...