Jump to content

[RESOLU] creation d'un bloc d'indendification


Recommended Posts

J'ai trouver ce code dans le global.css
/* block top user information */
#header_right #header_user {
float: right;
width: 535px;
text-align: right;
margin-right: 6px
}
#header_user p { color: #595a5e }
#header_user span { font-weight: bold }
#header_user ul { margin-top: 0.3em }
#header_user li {
float: right;
line-height: 2em;
margin-left: 0.5em;
white-space: nowrap
}
#header_user #shopping_cart, #header_user #your_account { font-size: 0.9em }
#header_user li#your_account { margin-left: 0 }
#header_user #shopping_cart a, #header_user #your_account a {
background-repeat: no-repeat;
background-position: top left;
padding: 2px 0 4px 26px;
height: 20px;
text-decoration: none
}

mais je vois pas quoi modifier pour descendre le bloc

Link to comment
Share on other sites

Bon, déjà votre logo n'est pas cohérent car on ne met pas un logo faisant toute la largeur en indiquant en css qu'il ne fait que 27% de la largeur.

Donc dans le logo on met un logo ou un gif transparent dont on défini la taille et le bandeau on le met en fond de div et après vous verrez que c'est plus simple.

Link to comment
Share on other sites

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