09-06-2010, 07:13 PM
(Modification du message : 12-06-2010, 11:51 PM par Sephi-Chan.)
Je test sur firefox déjà. Je ferais les tests sur les autres navigateurs plus tard.
Le code que je trouve maintenant est celui la :
Le code que je trouve maintenant est celui la :
Code PHP :
<?php
<!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"
xmlns:svg="http://www.w3.org/2000/svg">
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=iso-8859-1" />
<title>Mon village</title>
<link rel="stylesheet" type="text/css" href="style_enligne.css"/>
</head>
<body>
<div class="global">
<div class="gauche">
</div>
<div class="droite">
<div class="conteneur">
<svg:svg version="1.1" baseprofile="full" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" width="568" height="330">
<svg:image x="244" y="1" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="21" width="82" height="82" xlink:href="0.png" />
<svg:image x="324" y="41" width="82" height="82" xlink:href="0.png" />
<svg:image x="364" y="61" width="82" height="82" xlink:href="0.png" />
<svg:image x="404" y="81" width="82" height="82" xlink:href="0.png" />
<svg:image x="444" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="484" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="21" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="41" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="61" width="82" height="82" xlink:href="0.png" />
<svg:image x="324" y="81" width="82" height="82" xlink:href="0.png" />
<svg:image x="364" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="404" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="444" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="164" y="41" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="61" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="81" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="324" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="364" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="404" y="161" width="82" height="82" xlink:href="0.png" />
<svg:image x="124" y="61" width="82" height="82" xlink:href="0.png" />
<svg:image x="164" y="81" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="324" y="161" width="82" height="82" xlink:href="0.png" />
<svg:image x="364" y="181" width="82" height="82" xlink:href="0.png" />
<svg:image x="84" y="81" width="82" height="82" xlink:href="0.png" />
<svg:image x="124" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="164" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="161" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="181" width="82" height="82" xlink:href="0.png" />
<svg:image x="324" y="201" width="82" height="82" xlink:href="0.png" />
<svg:image x="44" y="101" width="82" height="82" xlink:href="0.png" />
<svg:image x="84" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="124" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="164" y="161" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="181" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="201" width="82" height="82" xlink:href="0.png" />
<svg:image x="284" y="221" width="82" height="82" xlink:href="0.png" />
<svg:image x="4" y="121" width="82" height="82" xlink:href="0.png" />
<svg:image x="44" y="141" width="82" height="82" xlink:href="0.png" />
<svg:image x="84" y="161" width="82" height="82" xlink:href="0.png" />
<svg:image x="124" y="181" width="82" height="82" xlink:href="0.png" />
<svg:image x="164" y="201" width="82" height="82" xlink:href="0.png" />
<svg:image x="204" y="221" width="82" height="82" xlink:href="0.png" />
<svg:image x="244" y="241" width="82" height="82" xlink:href="0.png" />
</svg:svg>
</div>
</div>
</div>
<div class="pied">
© - <a href="http://www.mon-village.biz">Mon village</a> - 2009 - 2010 - Tous droits réservés.
</div>
</body>
</html>