FTG | Bonjour tout le monde,
j ai un pb bizarre avec firefox. Voila je veux fair eun menu deroulant que j ai "vole" chez Alsacreations. Le menu que j affiche sous IE et bien positionne a {0,0}, par contre sous mozilla il est positionne a {,quelque chose}. D ou peut venir ce bug??
Voila le code:
Code :
- <style type="text/css" media="screen">
- <!--
- dl, dt, dd, ul, li {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
- #menu {
- position: absolute; /* placement du menu, à modifier selon vos besoins */
- top: 0px;
- left: 0px;
- z-index:100;
- width: 100%; /* correction pour Opera */
- }
- #menu dl {
- float: left;
- width: 12em;
- }
- #menu dt {
- cursor: pointer;
- text-align: center;
- font-weight: bold;
- background: #ccc;
- border: 1px solid gray;
- margin: 1px;
- }
- #menu dd {
- display: none;
- border: 1px solid gray;
- }
- #menu li {
- text-align: center;
- background: #fff;
- }
- #menu li a, #menu dt a {
- color: #000;
- text-decoration: none;
- display: block;
- height: 100%;
- border: 0 none;
- }
- #menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
- background: #eee;
- }
- -->
- </style>
|
Merci a tous!! |