Bienvenue sur le forum d'aide à la création : Création de site, cuisine, musique...
Enregistrez vous pour pouvoir poster, et suivre plus facilement la vie du forum.
#
Forum création
# Javascript #
Kit graphique
# Partenaires
Des
nouvelles du site ?
|
| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
ag56
Inscrit le: 26 Aoû 2008 Messages: 2
|
Posté le: Mar Aoû 26, 2008 7:45 pm Sujet du message: Comment agrandir les menus ? |
|
|
Bonjour.
Je suis en train de mettre en place un menu et je n'arrive pas à agrandir les cases des menus.
Voici la photo ou l'on voit Historiques du mobilier collé à Contacts.
Pourriez vous me dire quel ligne de code rajouter ou bien celle à modifier ?
Voici mon code css :
body {
background-color: #000000;
margin: 0;
text-align: center;
}
#site {
margin-right: auto;
margin-left: auto;
width: 760px;
text-align: left;
}
#header {
position: relative;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: center top;
height: 175px;
width: 820px;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000000;
border-left-color: #000000;
border-top-width: 4px;
border-top-style: solid;
border-top-color: #000000;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
width: 240px;
}
#menu {
position: absolute;
top: 173px;
left: 2px;
margin-left: auto;
margin-right: auto;
z-index:100;
width: 1231px;
height: auto;
background-image: url(images/bg-menu.JPG);
background-repeat: no-repeat;
background-position: left top;
border-right-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #000000;
border-left-color: #000000;
}
#menu dl {
float: left;
width: 150px;
line-height: 25px;
vertical-align: middle;
}
#menu dt {
color: #FFFFFF;
cursor: pointer;
text-align: left;
font-weight: normal;
margin-left:0px;
}
#menu dd {
display: none;
background-color: #44596A;
border-right-width: 4px;
border-bottom-width: 4px;
border-left-width: 4px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #740808;
border-bottom-color: #740808;
border-left-color: #740808;
}
#menu li {
text-align: left;
text-indent:5px;
background: black;
}
#menu li a, #menu dt a {
color: white;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:focus {
background-color:#384B59;
}
#menu dt a:hover {
text-decoration: underline;
}
Merci par avance pour votre aide. |
|
| Revenir en haut de page |
|
 |
|
|
Vous ne pouvez pas poster de nouveaux sujets dans ce forum Vous ne pouvez pas répondre aux sujets dans ce forum Vous ne pouvez pas éditer vos messages dans ce forum Vous ne pouvez pas supprimer vos messages dans ce forum Vous ne pouvez pas voter dans les sondages de ce forum
|
|