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
|
<script type="text/javascript">
<!--
window.onload=montre;
function montre(id) {
var d = document.getElementById(id);
for (var i = 1; i<=10; i++) {
if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
}
if (d) {d.style.display='block';}
}
//-->
</script>
<style type="text/css">
<!--
body {
margin: 10px;
padding: 0;
font: 1em Verdana, sans-serif;
background-image: url(../b_infosite/image/armada06.jpg);
}
dt, dl, dd, ul, li {
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}
#menu {
position : absolute;
left: 51px;
top: 21px;
width: 1000px;
}
#menu dl {
float: left;
}
#menu li {
display: inline;
}
#menu a {
text-decoration: none;
color: #A05804;
background: #FFF33;
}
#smenu1, #smenu2, #smenu3, #smenu4 , #smenu5{
position: absolute;
left: 2px;
font-size: 0.7em;
border-top: 5px solid gray;
width: 1000px;
top: 22px;
height: 23px;
}
.mentions {
position: absolute;
bottom : 600px;
left : 10px;
color: #FFF33;
background-color: FFF33;
}
a {text-decoration: none;
color: #222;
}
.Style2 {color: #FFF33}
-->
</style>
<script type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body style="color: rgb(0, 0, 0);" alink="#ee0000" link="#0000ee" vlink="#551a8b">
<div id="menu">
<dl style="color: red; background-color: rgb(255, 255, 51);">
<dt style="font-weight: bold;" onmouseover="montre('smenu1');"><a href="#">accueil</a></dt>
<dd id="smenu1">
<ul style="font-weight: bold; background-color: rgb(255, 255, 51);">
<li><a href="#">../www.stat/setup.php</a></li>
<li><a href="#">Sous-menu 1.2</a></li>
<li><a href="#">Sous-menu 1.3</a></li>
<li><a href="#">Sous-menu 1.4</a></li>
</ul>
<span class="Style2"></span></dd>
</dl>
<dl>
<dt style="font-weight: bold; color: rgb(255, 204, 102); background-color: rgb(204, 255, 255);" onmouseover="montre('smenu2');"><a href="#">p_en_cour</a></dt>
<dd id="smenu2">
<ul style="background-color: rgb(204, 255, 255);">
<li><a href="#">Sous-menu 2.1</a></li>
<li><a href="#">Sous-menu 2.2</a></li>
</ul>
</dd>
</dl>
<dl>
<span class="Style2"></span>
<dt style="font-weight: bold; background-color: rgb(255, 255, 51);" onmouseover="montre('smenu3');"><a href="#">p_à_tester</a></dt>
<dd id="smenu3">
<ul style="font-weight: bold; background-color: rgb(255, 255, 51);">
<li><a href="#">Sous-menu 3.1</a></li>
<li><a href="#">Sous-menu 3.2</a></li>
<li><a href="#">Sous-menu 3.3</a></li>
<li><a href="#">Sous-menu 3.4</a></li>
<li><a href="#">Sous-menu 3.5</a></li>
</ul>
</dd>
</dl>
<dl>
<span class="Style2"></span>
<dt style="font-weight: bold;" onmouseover="montre('smenu4);"><a href="#">Menu 4</a></dt>
<dd id="smenu4">
<ul>
<li><a href="#">Sous-menu 4.1</a></li>
<li><a href="#">Sous-menu 4.2</a></li>
<li><a href="#">Sous-menu 4.3</a></li>
<li><a href="#">Sous-menu 4.4</a></li>
<li><a href="#">Sous-menu 4.5</a></li>
</ul>
</dd>
</dl>
<dl>
<dt style="font-weight: bold; background-color: rgb(204, 255, 255);" onmouseover="montre('smenu5');"><a href="#">Menu 5</a></dt>
<dd id="smenu5">
<ul style="background-color: rgb(204, 255, 255);">
<li><a href="#">Sous-menu 5.1</a></li>
<li><a href="#">Sous-menu 5.2</a></li>
<li><a href="#">Sous-menu 5.3</a></li>
</ul>
</dd>
</dl>
</div>
<span class="Style2"></span>
<p> </p>
<p> </p>
<p> </p>
</body></html> |
Partager