<
Depuis la version < 20.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/23 11:30
À la version < 29.1 >
modifié par Quentin / Zèbre STURER
sur 2021/11/25 18:53
>
Commentaire de modification : Il n'y a aucun commentaire pour cette version

Résumé

Détails

Icon Propriétés de la Page
Contenu
... ... @@ -1,48 +1,22 @@
1 1  
2 -{{html clean="false"}}
2 +{{html}}
3 3  <!DOCTYPE html>
4 4  <html>
5 5  <head>
6 - <meta charset="utf-8">
7 - <link rel="stylesheet" type="text/css" href="menu deroulant.css">
8 - <title>Forbach- 1ère Jeanne D'Arc</title>
6 + <meta charset="utf-8">
7 + <link rel="stylesheet" type="text/css" href="bas.css">
8 + <title></title>
9 9  </head>
10 -
11 11  <body>
12 - <h1>Menu déroulant sticky HTML et CSS</h1>
13 -<nav>
14 - <ul>
15 - <li class="deroulant"><a href="#"style="color: white">Branches &ensp;</a>
16 - <ul class="sous">
17 - <li ><a href="#"style="color:orange">Louveteaux</a></li>
18 - <li><a href="#"style="color:blue">Scouts</a></li>
19 - <li><a href="#"style="color:red">Pionniers</a></li>
20 - <li><a href="#"style="color:darkgreen;">Compagnons</a></li>
21 - </ul>
22 - </li>
23 - <li class="deroulant"><a href="#"style="color: white">Photos &ensp;</a>
24 - <ul class="sous">
25 - <li ><a href="#"style="color:orange">Louveteaux</a></li>
26 - <li><a href="#"style="color:blue">Scouts</a></li>
27 - <li><a href="#"style="color:red">Pionniers</a></li>
28 - <li><a href="#"style="color:darkgreen;">Compagnons</a></li>
29 - </ul>
30 - </li>
31 - <li class="deroulant"><a href="#"style="color: white">Archives &ensp;</a>
32 - <ul class="sous">
33 - <li><a href="#">CSS display</a></li>
34 - <li><a href="#">CSS position</a></li>
35 - <li><a href="#">CSS float</a></li>
36 - </ul>
37 - </li>
38 - <li><a href="#"style="color: white">Contact</a></li>
39 - <li><a href="#"style="color: white">A propos</a></li>
40 - </ul>
41 -</nav>
42 -
43 -<div class="conteneur">
44 - <p>Du contenu sous le menu</p>
45 -</div>
11 + <footer style="display: inline-block;width: 100%; margin: 0 auto; background-color:#0A4E8C ;position: sticky; bottom: 0px;border: solid;">
12 + <div style="display: flex;border: 2px black solid;">
13 + <p style="color: white;width: 25%;">CONTACT</p>
14 + <p style="color: white;width: 25%">LIEN</p>
15 + <p style="color: white;width: 25%">Branches</p>
16 + <p style="color: white;width: 25%">A PROPOS</p>
17 + </div>
18 + </footer>
46 46  </body>
47 47  </html>
48 48  {{/html}}
22 +
This wiki is licensed under a Creative Commons 2.0 license
XWiki 13.10 - Documentation - Conditions