J'ai rajouté un autre lien sur mon premier message :-)
shuttt!
Gotcha a écrit:
grum a écrit:
et moi je suis méchant :-D
Pas du tout mais datajulien trouve que c'est intéressant, alors je l'en remercie :-)
On lui a demandé en message privé pour que tu ne sois pas trop triste.
p.s: Mais pourquoi est-il si méchant ? Parce que ...
grum a écrit:
et moi je suis méchant :-D
Pas du tout mais datajulien trouve que c'est intéressant, alors je l'en remercie :-)
et moi je suis méchant :-D
datajulien a écrit:
pas grave, pour une découverte comme celle là, il y en a plein d'intéressante.
Continue comme ca à partager tes découverte, je découvre plein de truc sympa grâce à toi!
C'est très gentil de ta part :-)
pas grave, pour une découverte comme celle là, il y en a plein d'intéressante.
Continue comme ca à partager tes découverte, je découvre plein de truc sympa grâce à toi!
Bah j'étais content de ma découverte qui pouvait servir, mais ddtddt m'a cassé la baraque en me montrant quelque chose de tout aussi bien sur Trunk...
euh.
oui ?
Jugez plutôt :
<html> <!-- Author: HackTrack --> <head> <title>Démo de sélection de couleur de fond</title> <script language="javascript" type="text/javascript"> function changeBackgroundColor(elm){ window.status=elm.style.backgroundColor; document.body.style.backgroundColor=elm.style.backgroundColor; } </script> <style> table, tr, td{ margin: 0px; padding:0px; border: solid 1px #0f0f0f; } div{ width: 50px; height: 50px; } </style> </head> <body> <table> <tr> <th colspan="4">Choisissez la couleur de fond</th> </tr> <tr> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #000000;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #111111;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #222222;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #333333;"></div></td> </tr> <tr> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #444444;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #555555;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #666666;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #777777;"></div></td> </tr> <tr> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #888888;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #999999;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #aaaaaa;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #bbbbbb;"></div></td> </tr> <tr> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #cccccc;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #dddddd;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #eeeeee;"></div></td> <td><div onclick="javascript: changeBackgroundColor(this);" style="background-color: #ffffff;"></div></td> </tr> </table> </body> </html>
(Source : http://www.commentcamarche.net/forum/af … -dynamique
[EDIT]
En bonus, un générateur de dégradés.
http://gradcolor.com/
[EDIT_2]
Toujours dans le dégradé, voici quelque chose que je ne parviens pas à mettre en pratique : http://slayeroffice.com/code/gradient/