10-10-2008, 07:40 PM
Ce qui me fait chier, là dedans, c'est que je rends souvent le header de mes sites cliquables.
xHTML :
xHTML :
Code PHP :
<?php
<h1><a href="lien" title="titre"><span>Titre</span></a></h1>
CSS :
Code PHP :
<?php
h1 {
height : 200px;
width : 100px;
background : url('url.png');
}
h1 a {
display : block;
height : inherit;
width : inherit;
}
h1 a span {
display : block;
text-indent : -9999px;
}