Jump to content

[Resolu] Inserer Banniere en Haut du site.


Recommended Posts

Salut a tous,

Je précise juste que je n'y connait RIEN au CSS :o) donc répondez moi en Francais lol

Je cherche juste a insérer une banniere tout en haut de mon site.
En cherchant un peu sur ce forum jai trouvé qu'il fallait ajouter à la ligne 46 de header.tpl ceci :

                    



et dans global.css ceci :

#banniere {
   background: transparent url('cheminverstabanniereàpartirdudossiercss') no-repeat top left;
   float: left;
   height:XXXpx;
   width: 967px;
}
#banniere a {
   text-decoration: none;
   display: block;
   height: 100%;
   width: 100%;
}



Seul soucis, ca ne fait RIEN sur mon site :o)

Peut etre que le code sur header.tpl est mal placé.

La ligne 46 cela donne ca :

...
[removed][removed]
       [removed][removed]
       [removed][removed]
{if isset($js_files)}
   {foreach from=$js_files item=js_uri}

 
 
[removed][removed]
   {/foreach}
{/if}
       {$HOOK_HEADER}
   </head>

   <body {if $page_name}id="{$page_name|escape:'htmlall':'UTF-8'}"{/if}>
   {if !$content_only}
...



Merci beaucoup d'avance :o)

Link to comment
Share on other sites

  • 3 months later...
  • 2 weeks later...
  • 2 months later...

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...