Код:
<table><tr> <td onclick="return changeVisibility('mycolor', this)"><img src="http://s57.radikal.ru/i157/1008/04/8b07e5763f54.png" alt="Мои цвета" /></td></tr></table> <div class="container" id="mycolor" style="display:none; width:200px"> <table cellspacing="0"> <tr> <td style="background-color:#FFFAFA" onclick="bbcode('[color=#FFFAFA]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#DCDCDC" Height="15px" onclick="bbcode('[color=#DCDCDC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFE4C4" onclick="bbcode('[color=#FFE4C4]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFF5EE" onclick="bbcode('[color=#FFF5EE]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#F0FFF0" onclick="bbcode('[color=#F0FFF0]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#F0FFFF" onclick="bbcode('[color=#F0FFFF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#E6E6FA" onclick="bbcode('[color=#E6E6FA]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#8470FF" onclick="bbcode('[color=#8470FF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00BFFF" onclick="bbcode('[color=#00BFFF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#20B2AA" onclick="bbcode('[color=#20B2AA]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#00FA9A" onclick="bbcode('[color=#00FA9AA]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#BDB76B" onclick="bbcode('[color=#BDB76B]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#EEDD82" onclick="bbcode('[color=#EEDD82]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#B8860B" onclick="bbcode('[color=#B8860B]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#BC8F8F" onclick="bbcode('[color=#BC8F8F]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#CD5C5C" onclick="bbcode('[color=#CD5C5C]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color: #DEB887" onclick="bbcode('[color= #DEB887]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#A52A2A" onclick="bbcode('[color=#A52A2A]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#E9967A" onclick="bbcode('[color=#E9967A]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF69B4" onclick="bbcode('[color=#FF69B4]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FF4500" onclick="bbcode('[color=#FF4500]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#9370DB" onclick="bbcode('[color=#9370DB]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#EEDFCC" onclick="bbcode('[color=#EEDFCC]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#FFF0F5" onclick="bbcode('[color=#FFF0F5]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#87CEFF" onclick="bbcode('[color=#87CEFF]', '[/color]'); return changeVisibility('mycolor', this)"></td> <td style="background-color:#54FF9F" onclick="bbcode('[color=#54FF9F]', '[/color]'); return changeVisibility('mycolor', this)"></td> By Miaushka(#1) </tr> </table> </div>