Code :
- #left {
- text-align: left;
- float: left;
- width: 150px;
- }
- #menu {
- font-family: Verdana, Arial;
- font-size: 10px;
- font-weight: bold;
- color: #a7a7a7;
- text-decoration: none;
- text-align: left;
- padding: 10px;
- border-width: 1px;
- border-style: dashed;
- border-color: #a7a7a7;
- margin: 10px;
- background-color: #ffffff;
- background-image: url(content/table_back.png);
- }
- #menubg {
- background-color: #999999;
- border-width: 1px;
- border-style: dashed;
- border-color: #a7a7a7;
- float: left;
- width: 130px;
- }
- #menu a {
- font-family: Verdana, Arial;
- font-size: 10px;
- font-weight: bold;
- color: #a7a7a7;
- text-decoration: none;
- }
- #menu a:hover {
- font-size: 10px;
- color: #999999;
- font-family: Verdana;
- background-color: #cccccc;
- text-decoration: none;
- }
|
je vois pas en quoi le fait de passer sur un lien du menu peut interférer dans le marging bottom de mon div menu.
(saleté d'IE)
quelqu'un a une idée?
Message édité par fitterashes le 29-08-2004 à 01:05:57