Bonjour,
Je me suis lancé dans le HTML5 avec mon dernier projet. Sous Firefox le rendu est impecable, mais pas sous IE8...
En lisant votre article : http://www.alsacreations.com/article/lire/947-osez-creer-site-html5-css3.html
J'ai donc linker un fichier js pour IE8 :
Pourtant ma bannière appelé en CSS ne s'affiche pas sur IE8... Une idée ?
Merci.
Modifié par Vict0 (29 Dec 2010 - 13:16)
Je me suis lancé dans le HTML5 avec mon dernier projet. Sous Firefox le rendu est impecable, mais pas sous IE8...
En lisant votre article : http://www.alsacreations.com/article/lire/947-osez-creer-site-html5-css3.html
J'ai donc linker un fichier js pour IE8 :
<head>
<title><?php echo $title; ?></title>
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="../design/design.css" />
<!--[if IE]><script src="script/javascript/html5-ie.js"></script><![endif]-->
</head>
Pourtant ma bannière appelé en CSS ne s'affiche pas sur IE8... Une idée ?
header{
display:block;
background:url('images/banniere.png') no-repeat;
height:150px;
width:1024px;
}
Merci.
Modifié par Vict0 (29 Dec 2010 - 13:16)