Index du Forum » » Pour débuter

Auteur

J'ai une erreur je ne la trouve pas
fouineur
253     

  Posté : 19-07-2015 18:08

Bonjour à tous,
Pour mes blocs gauche / droite.
J'ai bien le haut titre, le milieu contain.
Par contre le footer ne veut pas s'afficher
Voici mon code style

.leftbloc {/* Un Bloc Gauche Global */
text-align: left;
margin-bottom: 25px;
padding: 0;/* Margin et Padding gérés dans LB_Contain */
width: 180px;
-moz-box-shadow: 5px 5px 5px #999;
-webkit-box-shadow: 5px 5px 5px #999;
-o-box-shadow: 5px 5px 5px #999;
box-shadow: 5px 5px 5px #ccc;
}
.leftbloc .lb_title { /* Le titre des blocs gauches */
height: 33px;
background: !url(!'../images/titre_bloc.jpg') center repeat-y;
text-align: center;
text-indent:10px;
color: #323232;
font-size: 1.2em;
font-weight: bold;
padding: 0;
}
.leftbloc .lb_contain {/* Bloc container pour le contenu */
background: !url(!'../images/content_bloc_1.jpg') center repeat-y;
padding: 5px 3px 5px 5px;
overflow:auto;
}
.leftbloc .LB_footer {
background: !url(!"../images/content_bloc_2.jpg") center repeat-y;
height: 33px;
}
.leftbloc .lb_contain ul {
list-style-type: disc;
margin: 0 0 0 10px;
padding: 0 0 0 15px;
}


Ou est mon erreur s.V.P
Merci



Cet article provient de NPDS

http://www.npds.org/viewtopic.php?topic=26337&forum=10