| Auteur | |
|---|---|
| tibibou | |
| 18 Posts |
Bonjour, Je ne suis pas certain que ce que j'ai écrit soit juste et efficace pour appeler la feuille de style pour les smartphones. S'il y a mieux, je suis preneur : <link rel="stylesheet" type="text/css" href="styles/mobile.css" media="handheld" /> <link rel="stylesheet" type="text/css" href="styles/mobile.css" media="screen and (max-width:640px)" /> <link rel="stylesheet" type="text/css" href="styles/mobile.css" media="screen and (max-device-width:640px)" /> Merci d'avance. |
| kenor | |
| 399 Posts |
Il faut séparer par une virgule handheld, screen and (max-width:640px), screen and (max-device-width:640px) |
| Vaxilart | |
| 612 Posts |
Inutile d'écrire tout cela. Cette simple ligne te suffira:
|
| tibibou | |
| 18 Posts |
Merci Vaxilart, Je vais suivre ta proposition. |