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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172
|
<!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">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Elena Deudero Ibiza</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript">
/*function afficher(info,dept)
{
var tooltip = document.getElementById(info);
tooltip.style.visibility = "visible";
tooltip.innerHTML = dept;
run= true ;
}
function masquer(info)
{
var tooltip = document.getElementById(info) ;
tooltip.style.visibility = "hidden";
run= false ;
}*/
</script>
<script language="javascript" type="text/javascript">
<!--
function GetId(id) {
return document.getElementById(id);
}
var i=false; // La variable i nous dit si la bulle est visible ou non
function move(e) {
if(i) { // Si la bulle est visible, on calcul en temps reel sa position ideale
if (navigator.appName!="Microsoft Internet Explorer") { // Si on est pas sous IE
GetId("curseur").style.left=e.pageX + 5+"px";
GetId("curseur").style.top=e.pageY + 10+"px";
}
else { // Modif proposé par TeDeum, merci à lui
if(document.documentElement.clientWidth>0) {
GetId("curseur").style.left=550+event.x+document.documentElement.scrollLeft+"px";//20
GetId("curseur").style.top=330+event.y+document.documentElement.scrollTop+"px";//10
}
else {
GetId("curseur").style.left=550+event.x+document.body.scrollLeft+"px";//20
GetId("curseur").style.top=330+event.y+document.body.scrollTop+"px";//10
}
}
}
}
function montre(text) {
if(i==false) {
GetId("curseur").style.visibility="visible"; // Si il est cacher (la verif n'est qu'une securité) on le rend visible.
GetId("curseur").innerHTML = text; // on copie notre texte dans l'élément html
i=true;
}
}
function cache() {
if(i==true) {
GetId("curseur").style.visibility="hidden"; // Si la bulle est visible on la cache
i=false;
}
}
document.onmousemove=move; // dès que la souris bouge, on appelle la fonction move pour mettre à jour la position de la bulle.
//-->
</script>
</head>
<body>
<div id="Global">
<!-- start header -->
<div id="Header">
<div id="Header_ban"></div>
<span style="margin-left:10px;"><a href="?lang=fr"><img src="images/lang/fr.jpg" title="Français" border="0" /></a> </span>
<span style="margin-left:10px;"><a href="?lang=en"><img src="images/lang/gb.jpg" title="English" border="0" /></a> </span>
<span style="margin-left:10px;"><a href="?lang=es"><img src="images/lang/es.jpg" title="Español" border="0" /></a></span>
</span>
<div id="Menu">
<ul>
<li><a href="index.php?lang=fr">Accueil</a></li>
<li><a href="vente_dom.php?lang=fr">Vente privée</a></li>
<li><a href="franchise.php?lang=fr">Franchise</a></li>
<li><a href="boutik.php?lang=fr">Boutique Pilote</a></li>
<li><a href="contact.php?lang=fr">Contact</a></li>
</ul>
</div> </div>
<!-- end header -->
<!-- start page -->
<div id="Page">
<!-- start content -->
<div id="Contenu">
<div class="Texte">
<div class="Haut"></div>
<div class="Millieu">
<p align="center"><h1>e.shop</h1></p>
<!--------------------------------------------------------------------------------------------------------------------------->
<div class="map">
<img style="border:0pt none;opacity:0;" src="France.png" width="500" height="570" usemap="#france">
</div>
<map name="france">
<area href="#" title="11 - Aude" shape='polygon' coords='314,451,311,454,306,464,306,473,298,469,291,473,278,473,276,474,277,480,269,483,265,478,262,479,259,477,258,472,261,471,262,469,259,466,261,464,261,461,260,458,252,453,249,448,257,439,259,441,263,440,264,439,265,441,271,441,271,439,274,438,286,439,285,442,289,447,291,445,292,448,295,447,298,443,300,445,312,449,314,451'" onmouseover="montre('<p>
<strong>Test aude</strong></p>
<p>
<strong>test aude</strong></p>
')" onmouseout="cache()">
</map>
<br />
<div id="curseur" class="infobulle">
<p onmouseover="montre('<p>
TEST AIN</p>
');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Allier');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Alpes de Haute Provence');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Hautes Alpes');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Alpes Maritimes');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Ardèche');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Ardennes');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Ariège');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('Aube');" onmouseout="cache();"></p>
</div>
<div id="curseur" class="infobulle">
<p onmouseover="montre('<p>
<strong>Test aude</strong></p>
<p>
<strong>test aude</strong></p>
');" onmouseout="cache();"></p>
</div>
<!--------------------------------------------------------------------------------------------------------------------------->
</div>
<div class="Bas"></div>
</div>
</div>
<!-- end content -->
<div style="clear: both;"> </div>
</div>
<!-- end page -->
</div>
<div id="Footer">
<p> <a href="Legal.php">Mentions légales</a></p>
<p> </p>
<p>Elena Deudero Ibiza © 2011 Tous droits réservés</p>
<p>Propulsé par <a href="http://www.xxxxxxxxxxx.fr/" title="xxxxxxxxxxxx">xxxxxxxxxxxxxx</a> © 2011</p>
</div></body>
</html> |
Partager