Bonjour à tous,
J'ai un souci que je ne m'explique, je travail sous Mac et j'ai un hébergement chez ovh avec le CMS Joomla et un template que je suis entrain de finaliser.
En attendant, j'ai mis en ligne une simple page HTML généré avec Dreamweaver CS4 pour mettre en ligne notre menu au format PDF, J'ai utilisé un jpg comme background qui s'affiche bien sous Safari et FF (toujours sous Mac). Par contre quand je visualise ma page sur IE8 et Maxthon j'ai mon background qui ne s'affiche pas (fond blanc).
Voici le lien de la page http://www.theias.fr
ainsi que le code utilisé :
Qu'en pensez vous?
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
28
29
30
31
32
33 !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Menu Theias</title> <style type="text/css"> <!-- body { background-image: url(Images/Fond.jpg); background-repeat: repeat; } /*body p strong { color: #FFF; }*/ body { font-family: Verdana, Geneva, sans-serif; } body p { color: #FFF; } --> </style></head> <body> <p align="center"><img src="Images/Flyer.jpg" alt="" width="600" height="600" align="middle" /></p> <p> </p> <p align="center">Pour découvrir notre carte de la semaine, cliquer sur l'icone PDF ci-dessous</p> <p align="center"><a href="carte.pdf"><img src="Images/iconePDF.png" width="114" height="86" alt="" /></a></p> <p align="center"> </p> <p><br /> </p> </body> </html>
Une autre chose comment cela se fait que mon icone PDF qui en PNG apprait avec un encadré sur IE et FF alors que sous Safari niet?
Merci d'avance pour votre aide.
Partager