Jump to content

[RESOLU] Image dans le footer + fond en couleur


Recommended Posts

Bonsoir a tous,

j ai un soucie avec un footer, j ai reussi a integré une image dans toute sa longueur, je souhaiterais maintenant qu'a la suite de cette image un rappel de couleur soit fait j ai essayé de modif le global.css




#footer {
   font-size:11px;
   background: transparent url('../img/bg_fond.png') repeat-x; /* ICI L IMAGE */
   clear:both;
   width:100% !important;
   height:168px;
   background-color:#EC5C9C; /* ICI LA COULEUR */
   margin-top: 168px;     
   } 




mais le resultat n est pas celui souhaiter... comme vous pouvez le voir sur le snap, l image est recouverte par la couleur alors que souhaiterais qu'elle soit a la suite...

Quelqu un a un tuyau ?

merci par avance !

39117_rgG4kntRFAjldhtz1CqY_t

Link to comment
Share on other sites

Probleme resolu
merci encore a toi divine !

pour info j ai rajouté une div dans le footer.tpl :

{if !$content_only}


<!-- Right -->

               {$HOOK_RIGHT_COLUMN}


<!-- Footer -->  

{$HOOK_FOOTER}
    <===== >ICi


   {/if}
   </body>
</html> 




et modif le global.css :


/* Footer */
#footer {
   background: transparent url('../img/bg_fond.png') repeat-x;    clear:both;    height:168px;


   } 
#footer2 {
   height:600px; font-size:12px; clear: both; width:100%; margin:auto; list-style-type:none; background-color:#EC5C9C;
}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...