Pouvez-vous m’expliquer pourquoi ma feuille de style pour ie est ignorée ?
Voici mon code xhtml :
merci d'avance..
Modifié par samb01 (30 Jan 2006 - 20:33)
Voici mon code xhtml :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>Bienvenue sur mon site !</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" media="screen" type="text/css" title="Design sombre" href="essai.css" />
<!--[if IE 5]>
<link rel="stylesheet" type="text/css" media="screen" href="essai_ie.css">
<![endif]-->
</head>
merci d'avance..
Modifié par samb01 (30 Jan 2006 - 20:33)