arsouille Posted January 11, 2010 Share Posted January 11, 2010 Bonjour,Je tente d'insérer une image de fond derrière les liens du Module "Liens Permanents" (Contacts, Favoris et Plan du Site)Ce module se situe dans le Global CSS vers les lignes 792 Je essaiyé de modifier le fichier global.css par un code tel que : background-image: url('../img/bannieretop.jpg'); Mais je ne récupère qu'un morceau du jpg deriière les liensEst-ce bien dans ce chapitre qu'il faut insérer l'image de fond ?Ma commande est-elle correct ?Merci pour votre retour /* top links Contacts / Plan du site / favoris */ ul#header_links { text-decoration: underline; color: white; /* Ajout d'une nouvelle ligne : Soulignement de Contacts / Plan du site / favoris */ text-align:left; margin: 0 0.3em 0 0; /* modification de la marge en haut de page : Sauvegarde margin: 0.4em 0.3em 0 0; */ list-style-type: none; float: left; } #header_links li { float:left; width: 75px; /* Modification de la largeur du bloc Contacts / Plan du Site : Sauvegarde width: 66px; */ } #header_links a { display: inline; /* modification de l'affichage : Sauvegarde display: block; */ height: 15px; color: white; /* modification de la couleur du texte Contacts / Plan du site / favoris : Sauvegarde color: #595a5e; */ padding-top: 19px; text-align: center; text-decoration: none; background-repeat: no-repeat; background-position: top center; background-color: transparent; } /* #header_links #header_link_sitemap a { Mise en commentaire des icones "Contact, Plan du Site, Favoris" background-image: url('../img/icon/sitemap.gif'); } #header_links #header_link_contact a { background-image: url('../img/icon/contact.gif'); } #header_links #header_link_bookmark a { background-image: url('../img/icon/star.gif'); } */ 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