yop yop!
c'est pas possible de fixer une taille pour un <a> ?
genre:
Code :
- <td>
- <a href="#" class="menuItem">Home</a>
- </td>
|
Code :
- a.menuItem {
- width: 135px;
- height: 35px;
- background-image: url("images/design/btn1.gif" );
- background-repeat: no-repeat;
|
sinon je vois pas comment faire... avec un <div><a></a></div> (mais ca me parait bizarre...)
thx pour l'aide!