Catégorie web - posté le 19/05/10 22:45:21
@font-face {
font-family: 'Cantarell';
font-style: normal;
font-weight: normal;
src: local('Cantarell'), url('http://themes.googleusercontent.com/font?kit=tGao7ZPoloM xQHxq-2oxNA') format('truetype');
}Catégorie web - posté le 30/10/09 22:09:59
Catégorie Standards - posté le 29/08/08 21:08:48
Catégorie Développement - posté le 30/07/08 19:22:32
var cells = document.querySelectorAll("#score>tbody>tr>td:nth-of-type(2)");
Comme vous l'aurez compris, il s'agit de sélectionner les éléments via leur hiérarchie, comme l'émulait les librairies telles que prototype...