Bonjour
J'étudie le programme de Mr Jerome Lafosse "Guide de developpement d'application Web en java " et je butte sur l'affichage du favicon dans la barre d'adresse sous IE8
Voici le code:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
 
<!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" lang="fr">
 
  <head>
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <title>fvsch: Formulaire </title>
	<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico"/>
	<link rel="stylesheet" type="text/css" href="form5.css"/>
sous firefox j'ai bien l'affichage de cette favicon mais pas sous IE8
Comment faire ?
Merci