Ver Mensaje Individual
  #10 (permalink)  
Antiguo 01/09/2010, 15:16
Gabprog
 
Fecha de Ingreso: mayo-2009
Ubicación: Leganés - Madrid
Mensajes: 37
Antigüedad: 15 años
Puntos: 1
Respuesta: Añadir enlace de css com PHP dentro del /head/

He seguido la orientación,

Mira como lo tengo ahora:

Código PHP:
<?php
if ($nav == "Internet Explorer 8" OR $nav == "Internet Explorer 7" OR $nav == "Internet Explorer 6") {
?>
<link href="estilo_ie.css" rel="stylesheet" type="text/css" />

<?php
} else {
?>

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

<?php
}
?>
Saludos!