Eléphant du PHP |
419 Messages
26 déc. 2008, 00:42
Alors celui qui fonctionne avec IE, voici le code :
Code : Tout sélectionner
<!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" xml:lang="fr" lang="fr">
<script defer type="text/javascript" src="pngfix.js"></script>
<head>
<title>SeeHy.Fr | Version Béta</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="seehy.css" type="text/css" media="screen" title="Normal" />
</head>
<body>
<div id="header"></div>
<ul id="menu_haut">
<li><a href="index.htm">Accueil</a></li>
<li><a href="index.htm">Downloads</a></li>
<li><a href="index.htm">Nos serveurs</a></li>
<li><a href="index.htm">Leçons</a></li>
<li><a href="index.htm">La team</a></li>
<li><a href="index.htm">Pub</a></li>
</ul>
<div id="menuconnexion">
<form name="deconnexion" method="post" action="index.php">
Vous êtes bien connecté sous le nom : <b><a href="index.htm">My space</a></b> - <a href="index.htm">Gérer mes serveurs</a> - ( <a href="index.htm">Se déconnecter</a> )
<br />
Il est 13 heures et 45 minutes et nous sommes le 12r / 12 / 2009 !
</form>
</div>
<div id="corps">
<center><span style="display :inline; font: normal 30px bold 'Comic sans ms';">Welcome to seehy</span></center>
<br />
<span style="font-style:italic;">Vous devez absolument accepter le javascript et être sur firefox ou opéra pour continuer.</span>
<br />
</div>
<div id="footer">
Copyright © SeeHy.Fr 2008-2009 - <b>434.123.1123.111</b>
</div>
</body>
</html>
Celui qui ne fonctionne pas avec IE ( sur le web ), voici le code :
Code : Tout sélectionner
<!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" xml:lang="fr" lang="fr">
<head>
<title>SeeHy.Fr | Version Béta</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="fr" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="seehy.css" type="text/css" media="screen" title="Normal" />
</head>
<body>
<div id="header" style="background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='header.png', sizingMethod='scale');"></div>
<ul id="menu_haut">
<li><a href="index.php">Accueil</a></li>
<li><a href="index.php?page=dl">Downloads</a></li>
<li><a href="index.php?page=list_serv">Nos serveurs</a></li>
<li><a href="index.php?page=tutos">Leçons</a></li>
<li><a href="index.php?page=team">La team</a></li>
<li><a href="index.php?page=pub">Pub</a></li>
</ul>
<div id="menuconnexion">
<a href="index.php?page=login">Se connecter</a> - <a href="index.php?page=register">S'inscrire</a>
<br />
<div id="date_heure"></div> // pti commentaire, la fonction javascript renvois l'heure ici !
</div>
<div id="corps" style="background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='corps.png', sizingMethod='scale');zoom: 1;">
<center><span style="display :inline; font: normal 30px bold 'Comic sans ms';">Welcome to SeeHy</span></center>
<br />
</center>
</div>
<div id="footer" style="background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='footer.png', sizingMethod='scale');">
<p>
Copyright © SeeHy.Fr 2008-2009 - <b>82.654.23.234</b></p>
</div>
</body>
</html>
Sachant que le CSS est le même...
Sauf que en php, je rajoute ceci si il y a IE 6 :
style="background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='footer.png', sizingMethod='scale');"
Aucun site en création...