Bonjour,
Merci pour tous ces tutoriels et astuces précis et clair, pour quelqu'un qui débute comme moi !!!
J'ai besoin d'aide sur 2 div video et facebook qui ne veulent pas prendre la largeur de mon menu.
Du coup, ma photo et mon texte ne peuvent venir se positionner en haut de ma div contenu !
Par contre, je n'ai pas fini ma feuille de style, si besoin est, je peux aussi le code html. Me le demander
Merci
code css
@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
background-color: white;
}
#global {
width: 750px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
}
#centre {
width: 100%;
overflow:hidden;
}
#entete img {
url(logo.jpg) top left no repeat;
padding-left: 30px;
}
#menu {
margin: 0px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
line-height: 25px;
color: #000000;
text-decoration: none;
width: 220px;
}
#menu li {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 25px;
font-weight: bold;
list-style-type: none;
text-decoration: none;
}
#menu a {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
line-height: 25px;
font-weight: bold;
text-decoration: none;
}
#menu a:hover {
color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
line-height: 25px;
font-weight: bold;
list-style-type: none;
text-decoration: none;
}
#video {
float: left;
width: 100%;
}
#facebook {
margin-left: 0px;
float: left;
width: 70%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 40px;
height: auto;
}
#facebook p {
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
color: #000000;
}
#contenu {
margin-left: 220px;
}
Merci pour tous ces tutoriels et astuces précis et clair, pour quelqu'un qui débute comme moi !!!
J'ai besoin d'aide sur 2 div video et facebook qui ne veulent pas prendre la largeur de mon menu.
Du coup, ma photo et mon texte ne peuvent venir se positionner en haut de ma div contenu !
Par contre, je n'ai pas fini ma feuille de style, si besoin est, je peux aussi le code html. Me le demander
Merci
code css
@charset "utf-8";
/* CSS Document */
body {
margin: 0;
padding: 0;
background-color: white;
}
#global {
width: 750px;
margin-top: 20px;
margin-right: auto;
margin-left: auto;
margin-bottom: 0px;
}
#centre {
width: 100%;
overflow:hidden;
}
#entete img {
url(logo.jpg) top left no repeat;
padding-left: 30px;
}
#menu {
margin: 0px;
float:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: bold;
list-style-type: none;
line-height: 25px;
color: #000000;
text-decoration: none;
width: 220px;
}
#menu li {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: 25px;
font-weight: bold;
list-style-type: none;
text-decoration: none;
}
#menu a {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
line-height: 25px;
font-weight: bold;
text-decoration: none;
}
#menu a:hover {
color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-style: normal;
line-height: 25px;
font-weight: bold;
list-style-type: none;
text-decoration: none;
}
#video {
float: left;
width: 100%;
}
#facebook {
margin-left: 0px;
float: left;
width: 70%;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 40px;
height: auto;
}
#facebook p {
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-style: normal;
font-weight: bold;
color: #000000;
}
#contenu {
margin-left: 220px;
}