Background position

Résolu/Fermé
alexislevrai Messages postés 557 Date d'inscription mercredi 20 août 2008 Statut Membre Dernière intervention 26 novembre 2015 - 28 avril 2009 à 23:09
alexislevrai Messages postés 557 Date d'inscription mercredi 20 août 2008 Statut Membre Dernière intervention 26 novembre 2015 - 28 avril 2009 à 23:14
Bonsoir a tous, je souhaiterai savoir comment "fixer" mon contenu.

Si vous visitez ce lien, et que vous redimentionnez la page, (http://www.fabulousbox.com/site/) vous allez voir mon header qui ne s'adapte plus au fond. Comment remédier a cela ?

SI jamais vous avez besoins de ma CSS:

body {
    background-image:url(http://www.fabulousbox.com/site/wp-content/themes/fabulousbox/media/background.png);
    background-repeat: no-repeat;
    background-color: #000000;
    background-position:center; 
    width:1280px;
}


/* HEADER
--------------------------------------------------------- */
#header {
    background-image:url(http://www.fabulousbox.com/site/wp-content/themes/fabulousbox/media/header.png);
    background-repeat: no-repeat;
    background-attachment:center;
    width:954px;
    height:234px;
    position: absolute;
    left:170px;
    top:-1px;
}
#logo {
    position: relative;
    left:30px;
    top:10px;
}


Merci d'avance ;)
A voir également:

1 réponse

alexislevrai Messages postés 557 Date d'inscription mercredi 20 août 2008 Statut Membre Dernière intervention 26 novembre 2015 51
28 avril 2009 à 23:14
J'ai touvé !!!


ajouter
    margin:auto;
dans ma balise body{}
0