Gros trou après Header + header fixe - HTML/CSS - Programmation
Marsh Posté le 17-08-2017 à 10:21:48
Bonjour, mes amies et moi avons un forum. http://kdramafansubforum.forumacti [...] esentation On a essayé de changer le header. Le problème est qu'il y a un gros trou qu'on ne peut pas enlever. Ensuite on voudrait aussi que le header reste fixe. Pourriez-vous nous aider ? Merci .headerbar, #headerbar-top.is-sticky, .forabg, .forumbg, .module .h3, .button, .button1, .button2, input[type="submit"], .button-round { background-color: #e3e2e2; } .content h2, .panel h2 { border-color: #e3e2e2; color: #77BDBD; } .statistics-item a:link, .statistics-item a:visited { color: #FFFFFF; } .statistics-item a { color: #ffffff; } .statistics { background-color: #AED6D6; } #page-footer { background-color: #77BDBD; } #page-footer .copyright-body { border-color: #255227; } a.forumtitle:link { color: #77BDBD; } a.forumtitle:visited { color: #77BDBD; } a.forumtitle:link { color: #77BDBD; } a.forumtitle { color: #77BDBD; display: block; font-family: Roboto, sans-serif; font-size: 1.6rem; font-weight: 400; letter-spacing: 0; margin-top: -6px; text-decoration: none; } #site-desc p { color: #6c8483; display: block; font-size: 12px; font-weight: 300; line-height: 1; margin-top:-240px; margin-left:800px; } .navbar a { border-radius: 3px; color: #303030; display: inline-block; line-height: 0; padding: 10px; font-family: Arial Black } a.mainmenu { font-family: 'Amatica SC', cursive; font-size: 26px; } .post-head { background-color: rgba(0,0,0,0.03); border-color: #77BDBD; border-radius: 3px 3px 0 0; border-style: solid; border-width: 0 0 1px; padding: 18px; } .headerbar { width: 1600px; height: 580px; }
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 17-08-2017 à 10:21:48
Bonjour,
mes amies et moi avons un forum.
http://kdramafansubforum.forumacti [...] esentation
On a essayé de changer le header.
Le problème est qu'il y a un gros trou qu'on ne peut pas enlever.
Ensuite on voudrait aussi que le header reste fixe.
Pourriez-vous nous aider ? Merci
.headerbar, #headerbar-top.is-sticky,
.forabg, .forumbg,
.module .h3,
.button, .button1, .button2, input[type="submit"], .button-round {
background-color: #e3e2e2;
}
.content h2, .panel h2 {
border-color: #e3e2e2;
color: #77BDBD;
}
.statistics-item a:link, .statistics-item a:visited {
color: #FFFFFF;
}
.statistics-item a {
color: #ffffff;
}
.statistics {
background-color: #AED6D6;
}
#page-footer {
background-color: #77BDBD;
}
#page-footer .copyright-body {
border-color: #255227;
}
a.forumtitle:link {
color: #77BDBD;
}
a.forumtitle:visited {
color: #77BDBD;
}
a.forumtitle:link {
color: #77BDBD;
}
a.forumtitle {
color: #77BDBD;
display: block;
font-family: Roboto, sans-serif;
font-size: 1.6rem;
font-weight: 400;
letter-spacing: 0;
margin-top: -6px;
text-decoration: none;
}
#site-desc p {
color: #6c8483;
display: block;
font-size: 12px;
font-weight: 300;
line-height: 1;
margin-top:-240px;
margin-left:800px;
}
.navbar a {
border-radius: 3px;
color: #303030;
display: inline-block;
line-height: 0;
padding: 10px;
font-family: Arial Black
}
a.mainmenu {
font-family: 'Amatica SC', cursive;
font-size: 26px;
}
.post-head {
background-color: rgba(0,0,0,0.03);
border-color: #77BDBD;
border-radius: 3px 3px 0 0;
border-style: solid;
border-width: 0 0 1px;
padding: 18px;
}
.headerbar {
width: 1600px;
height: 580px;
}
Message édité par elea_mint le 17-08-2017 à 10:24:58