Не нравятся результаты поиска? Попробуйте другой поиск!
DLE FAQ » Все вопросы » Шаблоны (TPL) » Как сделать что-бы кнопка менялась?

Как сделать что-бы кнопка менялась?


     18.08.2016    Все вопросы » Шаблоны (TPL)    1400

вопрос
<div class="load1">
<table width="100%" style="border-bottom:0px dotted #cccccc;"><tr>
<div class="container visible-desktop">
<td style="width:4%;padding-right:3px;" align="center">
<input type="image" src="http://picua.org/img/2016-08/16/es2tm6wnp5w29wlcspc5wp52n.png" onclick="Player.send('{title}','{short-story}','{news-id}')" id="play{news-id}" style="width:26px;height:27px;cursor:pointer;" class="btn btn-info plpaus" />
<input type="image" src="http://picua.org/img/2016-08/18/wxrsfuba5v48sy3qy2hysjrti.png" onclick="Player.stop('{title}','{short-story}','{news-id}')" id="stop{news-id}" style="width:26px;height:27px;display:none;cursor:pointer;" class="btn btn-info plpaus" />
</td>
</div>
<td style="width:73%; padding-left:7px; padding-bottom:0px;">
<h7 style="color:     #464646; font-family: 'Open Sans', sans-serif; font-size: 16px;" > {title limit="50"}</h7>
<div style="color:     #464646; font-family: Segoe UI Light, 'Open Sans', sans-serif; font-size: 15px;"  id="janr"><b></b>[edit]Редактировать[/edit]</div></td>
<td style="width:4%;padding:3px;" align="center" valign="top">
</td>
<td style="width:12%;font-size:11px; font-family:Segoe UI Light, 'Open Sans', sans-serif; border-left:0px solid #fff;text-align:right;">
</td>
</tr></table>
</div>


она вызвает плеер, нужно сделать что-бы плеер просто перестал производить музыку

Ответа пока нет


3 комментария

deadluk
Юзер

deadluk - 18 августа 2016 22:46 -

что?

contact
Юзер

contact - 19 августа 2016 08:42 -

<td style="width:4%;padding-right:3px;" align="center">
<input type="image" src="http://picua.org/img/2016-08/16/es2tm6wnp5w29wlcspc5wp52n.png" onclick="Player.send('{title}','{short-story}','{news-id}')" id="play{news-id}" style="width:26px;height:27px;cursor:pointer;" class="btn btn-info plpaus" />
<input type="image" src="http://picua.org/img/2016-08/18/wxrsfuba5v48sy3qy2hysjrti.png" onclick="Player.stop('{title}','{short-story}','{news-id}')" id="stop{news-id}" style="width:26px;height:27px;display:none;cursor:pointer;" class="btn btn-info plpaus" />
</td>

ЕСТЬ ДВЕ КНОПКИ! Как сделать что-бы они менялись при нажатии , и при нажатии включался плеер, а потом при нажатии ставился на паузу

progressive
Юзер

progressive - 25 августа 2016 19:04 -

class="btn btn-info plpaus"

В стилях смотри класс: btn btn-info plpaus

Чтобы комментировать - войдите или зарегистрируйтесь на сайте

Похожие вопросы

 18.12.2013 abcdefghijklmnoprstuvwxyz  Шаблоны (TPL)
наверх