[CSS] Fixer une taille à <a></a> ??

Fixer une taille à <a></a> ?? [CSS] - HTML/CSS - Programmation

Marsh Posté le 06-02-2006 à 09:22:33    

yop yop!
 
c'est pas possible de fixer une taille pour un <a> ?
 
genre:

Code :
  1. <td>
  2.      <a href="#" class="menuItem">Home</a>
  3. </td>


 

Code :
  1. a.menuItem {
  2.      width: 135px;
  3.      height: 35px;
  4.      background-image: url("images/design/btn1.gif" );
  5.      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!

Reply

Marsh Posté le 06-02-2006 à 09:22:33   

Reply

Marsh Posté le 06-02-2006 à 09:39:54    

Code :
  1. display:block;

Reply

Marsh Posté le 06-02-2006 à 10:16:56    

rahhhhhhhhhhhhhhh! :D
 
merrrrrcccci! :)

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed