rgazel Posted January 12, 2012 Share Posted January 12, 2012 Bonjour, J'ai fouillé ce forum mais je me retrouve bloqué. Je souhaite insérer une bannière en haut de ma page d'accueil (essais avec une copie du thème Prestashop). J'ai suivi les instructions que j'ai trouvées, à savoir : 1/ Dans header.tpl, insérer le code suivant (le texte en rouge, j'ai laissé le reste pour situer l'emplacement) : <!-- Header --> <div id="header"> <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> <div id="header_right"> {$HOOK_TOP} <!-- RG TEST BANNIERE --> <div id="banniere"> <a href="http://canette-perso.com/boutique/"> </a> <!-- FIN --> </div> </div> </div> 2/ Dans global.css (idem, uniquement le texte en rouge) : #header_right { float: left; margin-bottom: 15px; width: 73%; text-align: right } #banniere { background: transparent url('../img/rg-header.jpg') no-repeat top left; float: left; height:250px; /*XXX est la hauteur de votre bannière. */ width: 967px; } #banniere a { text-decoration: none; display: block; height: 100%; width: 100%; } #left_column, #center_column, #right_column { float: left } #left_column { clear: left; width: 191px; margin-right: 21px; overflow: hidden } MON PROBLEME : Ma bannière ne s'affiche pas après mise en ligne des 2 fichiers (et du fichier jpg bien sûr), mais en plus, je constate avec firebug que dans ma page en ligne, mon code est absent de global.css. Je trouve uniquement : #banniere { } #banniere a { } au lieu de : #banniere { background: transparent url('../img/rg-header.jpg') no-repeat top left; float: left; height:250px; /*XXX est la hauteur de votre bannière. */ width: 967px; } #banniere a { text-decoration: none; display: block; height: 100%; width: 100%; } Quelqu'un peut-il m'aider ? Merci Pour info, les pages sont visibles sur www.canette-perso.com/boutique Rémi 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