Bonjour, j'ai fais un index.html avec un jpg et lien, mais le jpg ne s'affiche pas sous IE mais bien sous Firefox
Merci de votre aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>A</title> <meta name="keywords" content="goth,gothic,gothique,création,medieval,corset,jupe"> <style type="text/css"> body { background-color: black; } #container { display: block; position: absolute; width: 862px; height: 646px; left: 50%; top: 50%; margin: -323px 0 0 -431px; text-decoration: none; } </style> </head> <body> <a href="./index.php" id="container"><img src="images/intro.jpg" alt="A" title="A" border="0" width="800" height="600"></a> </body> </html>
Partager