dzill38 Posted February 23, 2011 Share Posted February 23, 2011 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 ! Link to comment Share on other sites More sharing options...
Divine Posted February 23, 2011 Share Posted February 23, 2011 Salut,Si tu met ton image en jpg plutôt qu'en png, je pense que cela devrait solutionner ton problème.Place aussi ton image en haut de la div :background: transparent url('../img/bg_fond.png') repeat-x top left; Link to comment Share on other sites More sharing options...
dzill38 Posted February 24, 2011 Author Share Posted February 24, 2011 Probleme resolumerci 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now