12/01/2010, 09:18:45
Mais oui... :o
Du coup il faut que je joue avec les paramètres height et width
Ce qui me donne au final (avec un background-position : 22px 13px
:
#logo a {
/* adjust according your image size */
height: 45px;
width: 383px;
/* forces full link size */
display: block;
/* this hides the text */
text-indent: -9999em;
margin-top: 50;
margin-left: 50;
/* you can set your own image here, note size adjustments */
background: url(uploads/images/logo_01B.gif) no-repeat;
background-attachement:fixed;
background-position : 22px 13px;
}
Un grand merci à vous 2
Du coup il faut que je joue avec les paramètres height et width
Ce qui me donne au final (avec un background-position : 22px 13px
![Wink Wink](https://forum.cmsmadesimple.fr/images/smilies/wink.png)
#logo a {
/* adjust according your image size */
height: 45px;
width: 383px;
/* forces full link size */
display: block;
/* this hides the text */
text-indent: -9999em;
margin-top: 50;
margin-left: 50;
/* you can set your own image here, note size adjustments */
background: url(uploads/images/logo_01B.gif) no-repeat;
background-attachement:fixed;
background-position : 22px 13px;
}
Un grand merci à vous 2
![Smile Smile](https://forum.cmsmadesimple.fr/images/smilies/smile.png)