Grabbu Posted March 26, 2013 Share Posted March 26, 2013 (edited) Bonjour, Voila j'ai créé une banniere que j'ai inséré dans mon header de la façon suivante #header { background: url("../img/banniere.gif") no-repeat scroll 250px 30px transparent; position: relative;} mais je n'arrive pas a mettre un lien cliquable dessus, j'ai trouvé pas mal d'info mais je ne parvient toujours pas à le faire. si quelq'un peut m'éclairer je suis preneur merci. Edited March 27, 2013 by Grabbu (see edit history) Link to comment Share on other sites More sharing options...
Grabbu Posted March 26, 2013 Author Share Posted March 26, 2013 Rebonjour, j'ai créé dans mon global.css /* ************************************************************************************************ BANNIERE ************************************************************************************************ */ #banniere { background: transparent url ('"../img/banniere.gif") no-repeat top left; float: left; height: 100px; width: 970px; } #banniere a { text-decoration: none; display: block; height: 100%; width: 100%; } et dans le header.tpl {$HOOK_TOP} </div> <div id="banniere"> <a href="http://localhost/prestashop_1.5.2.0/Presta/index.php"> </a> </div> </div> le problême c'est que j'ai bien ma banniere qui s'affiche mais pas dans le header mais dans mon haut de page j'ai essayé de mettre dans header.tpl <!-- Header --> les même lignes mais sa décale tout et quand je veut replacer correctement sa passe par dessus ma banniere. si quelqul'un à une idée je suis toujours preneur Link to comment Share on other sites More sharing options...
Oron Posted March 26, 2013 Share Posted March 26, 2013 Bonjour Pour mettre une bannière avec un lien : <div id="banniere"> <a href="http://localhost/pre...resta/index.php"><img src="img/banniere.gif" witdh="480" heigth="60" alt="la bannière de mon site"> </a> </div> </div> Link to comment Share on other sites More sharing options...
Grabbu Posted March 27, 2013 Author Share Posted March 27, 2013 Merci pour ta réponse. J'ai inséré la ligne de commande que tu m'a donné j'ai un peux retouché mon header pour qu'il reprenne sa place correctement et c'est nikel . Merci ! 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