[résolu]Footer pas à sa place

Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
#1
Citation :#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
#~ Version du CMS: 1.7.0
#~ Nom de l'hébergeur :
#~ Informations Système :
#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
Bonjour,

Après diverses manipulations et modification de NCleanBlue (gabarit, CSS...) le footer est remonter se coller aux onglets. Résultat il est caché par le texte de l'article.

Avez vous déjà rencontré ce soucis ?
Où faut-il le résoudre ?

Ci dessous les codes du gabarit et des CSS qui vont bien...

Merci d'avance pour votre aide

Code gabarit correspondant :
{* Start Footer *}
<div id="footer-wrapper">
<div id="footer" class="core-wrap-960">

{* first foot menu *}
<div class="block core-float-left">
premier bloc. ça s'affiche où ? {menu template='minimal_menu.tpl' number_of_levels='1'}
</div>


{* second foot menu if active page has children *}
<div class="block core-float-left">
deuxième bloc. ça s'affiche où ? {menu template='minimal_menu.tpl' start_level="2"}
</div>

{* edit the footer in the Global Content Block called "footer" *}
<div class="block cms core-float-left">
troisième bloc. ça s'affiche où ? {global_content name='footer'}
</div>

<span class="util-clearb"> </span>
</div>
</div>
{* End Footer *}

Code Layout: NCleanBlue correspondant :
/* ------------ Footer ------------ */
#footer-wrapper {
position: relative;
min-height: 235px;
height: auto!important;
height: 235px;
width: auto;
margin-top: 5px;
text-align: center;
margin-right: 00px;
margin-left: 0px;
background: #7CA3B5 url(uploads/NCleanBlue/bg__footer.png) repeat-x left top;
}
#footer {
color: #000;
font-size: 0.8em;
min-height: 235px;
height: auto!important;
height: 235px;
background: #7CA3B5 url(uploads/NCleanBlue/bg__footer.png) repeat-x left top;
}
#footer .block {
width: 300px;
margin: 20px 10px 10px;
}
#footer .cms {
text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
width: auto;
text-align: left;
margin-left: 50px;
}
#footer ul ul {
margin-left: 0px;
}
#footer ul li a {
color: #FFF;
display: block;
font-weight: normal;
margin-bottom: 0.5em;
text-decoration: none;
}
#footer a {
color: #DCEDF1;
text-decoration: underline;
font-weight: bold;
}
#1
Citation :#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
#~ Version du CMS: 1.7.0
#~ Nom de l'hébergeur :
#~ Informations Système :
#~~~~~ NE PAS SUPPRIMER CE BLOC ~~~~~
Bonjour,

Après diverses manipulations et modification de NCleanBlue (gabarit, CSS...) le footer est remonter se coller aux onglets. Résultat il est caché par le texte de l'article.

Avez vous déjà rencontré ce soucis ?
Où faut-il le résoudre ?

Ci dessous les codes du gabarit et des CSS qui vont bien...

Merci d'avance pour votre aide

Code gabarit correspondant :
{* Start Footer *}
<div id="footer-wrapper">
<div id="footer" class="core-wrap-960">

{* first foot menu *}
<div class="block core-float-left">
premier bloc. ça s'affiche où ? {menu template='minimal_menu.tpl' number_of_levels='1'}
</div>


{* second foot menu if active page has children *}
<div class="block core-float-left">
deuxième bloc. ça s'affiche où ? {menu template='minimal_menu.tpl' start_level="2"}
</div>

{* edit the footer in the Global Content Block called "footer" *}
<div class="block cms core-float-left">
troisième bloc. ça s'affiche où ? {global_content name='footer'}
</div>

<span class="util-clearb"> </span>
</div>
</div>
{* End Footer *}

Code Layout: NCleanBlue correspondant :
/* ------------ Footer ------------ */
#footer-wrapper {
position: relative;
min-height: 235px;
height: auto!important;
height: 235px;
width: auto;
margin-top: 5px;
text-align: center;
margin-right: 00px;
margin-left: 0px;
background: #7CA3B5 url(uploads/NCleanBlue/bg__footer.png) repeat-x left top;
}
#footer {
color: #000;
font-size: 0.8em;
min-height: 235px;
height: auto!important;
height: 235px;
background: #7CA3B5 url(uploads/NCleanBlue/bg__footer.png) repeat-x left top;
}
#footer .block {
width: 300px;
margin: 20px 10px 10px;
}
#footer .cms {
text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
width: auto;
text-align: left;
margin-left: 50px;
}
#footer ul ul {
margin-left: 0px;
}
#footer ul li a {
color: #FFF;
display: block;
font-weight: normal;
margin-bottom: 0.5em;
text-decoration: none;
}
#footer a {
color: #DCEDF1;
text-decoration: underline;
font-weight: bold;
}
#2
euuuuh là comme cela et étant donné l'absence d'interpréteur Gabarit / CSS dans mon cerveau j'ai un peu de mal à imaginer la scène je t'avoue...
une url ?
#2
euuuuh là comme cela et étant donné l'absence d'interpréteur Gabarit / CSS dans mon cerveau j'ai un peu de mal à imaginer la scène je t'avoue...
une url ?
#3
Pas de lien sur la page car site de développement en local.

Mais j'ai mis une saisie d'écran au lien suivant : http://dl.free.fr/getfile.pl?file=/Pt14CIZx
#3
Pas de lien sur la page car site de développement en local.

Mais j'ai mis une saisie d'écran au lien suivant : http://dl.free.fr/getfile.pl?file=/Pt14CIZx
#4
Après étude renouvelée du code : une balise div mal fermée.
C'était forcément une truc bête...
#4
Après étude renouvelée du code : une balise div mal fermée.
C'était forcément une truc bête...


Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)