Jump to content

[RESOLU] Modif des header'bloc...


Recommended Posts

Bonjour Bernard,

En effet, en augmentant le pading top à 32 le fond vien se callé en dessous du texte, mais j'aurais preferré que se sois le texte qui se cale, car du coup tu pourra observé sur le site un espace entre le titre et le bloc...

Presque!!!!

Tu verrais une autre solution?

Link to comment
Share on other sites

J'ai trouvé la solution!

j'ai modifié la valeur de l'atribus line-height :

div.block h4 {
   vertical-align:bottom;
   text-transform: uppercase;
   font-family: Helvetica, Sans-Serif;
   position:relative;
   font-weight: bold;
   font-size: 1.2em;
   padding-left:0.5em;
   background-color:#FFD2FF;
   padding-top:0px;
   line-height:6em;
   height: 50px;
   background: transparent url('../img/block_header.gif') no-repeat top left;
}



c'est exactement ce que je cherchais...

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