<table><tr>
<td onclick="return changeVisibility('mycolor', this)"><img src="http://forum.mybb.ru/i/color_swatch.png" alt="Мои цвета" /></td></tr></table>
<div class="container" id="mycolor" style="display:none; width:200px">
<table cellspacing="0">
<tr>
<td style="background-color:indigo" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:thistle" Height="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:tomato" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color: #00BFFF" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:lightslategray" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color: #FF8C00" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:goldenrod" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color: #7B68EE" onclick="bbcode('[color=]#7B68EE ', '[/color]'); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#037000" onclick="bbcode('[color= #037000]', '[/color]'); return changeVisibility('mycolor', this)"></td></table>
</div>
Это коды доп. цветов. У меня вопрос: можно ли допустим на цвет indigo сделать пометку, чтобы при нажатии на код, было: [color=Charlie], в не [color=indigo]?
Отредактировано Zlobny_Suslik (2009-02-16 18:51:38)