J'arrive pas a faire un centrage vertical ...
j'ai ca comme code dans mon css :
mais ca ne centre pas
j'ai ca comme code dans mon css :
Code:
a.lienonglet_v2
{
color : #00bbbb;
background-color : #DDEEEE;
border:1px solid #DDEEEE;
text-decoration : none;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
height : 20px;
width : 100px;
text-align : center;
text-vertical-align : center;
font-weight : bold;
}
a.lienonglet_v2:hover
{
color : #00bbbb;
background-color : #ECFFFF;
border:1px solid #00bbbb;
}
a.lienongletok_v2
{
color : #ffffff;
background-color : #00bbbb;
border:1px solid #00bbbb;
text-decoration : none;
font-weight : bold;
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
height : 20px;
width : 100px;
text-align : center;
text-vertical-align : center;
mais ca ne centre pas
