Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » Общие вопросы от новичков (14)


Общие вопросы от новичков (14)

Сообщений 141 страница 160 из 1000

141

Linnan написал(а):

rps
есть, я его как раз с него и взяла

Хорошо, сейчас поэкспериментирую...

0

142

как поставить картинку на категорию?
сюда-http://i036.radikal.ru/0909/72/44a2864e49e3.jpg

0

143

Linnan

Код:
<style>
*{font-family: latha!important;}
</style>

0

144

rps
нашла тут скрипт который меня заинтересовал
называется Связь с Администрацией через ICQ.

вот он :
<script language="JavaScript">
function poppict()
{
var msg = new String("")
msg = ""

popup = window.open("http://www.icq.com/people/webmsg.php?to=407367961","popDialog","height=550,width=500")
popup.document.write(msg)
popup.document.close()

return false
}
</script>
<a id="poppict" onclick="return poppict()"><img src=http://status.icq.com/online.gif?icq=407367961&img=5 border=0 width=18 height=18>Написать администратору</a>

я втавила свой номер аси,поставила этот скрипт на форум,скрипт появился,но когда нажимаешь на него на форуме написать админу
всплывает окно с адресом форума,но дальше ни чего не происходит.

0

145

rps
теперь работает, но все надписи стали мельче, чем были. Каким кодом можно их размер увеличить?

0

146

темная написал(а):

я втавила свой номер аси,поставила этот скрипт на форум,скрипт появился,но когда нажимаешь на него на форуме написать админу
всплывает окно с адресом форума,но дальше ни чего не происходит.

Вы сами себе планировали написать в асе? :huh:

0

147

Linnan

Код:
<style>
*{font-family: latha !important; font-size:13px;}
</style>

13 - на своё число.

0

148

темная
У меня работает.... Подождите, он не сразу загружается... Но там появится вот что:
http://s41.radikal.ru/i092/0909/58/a7f4e406957ft.jpg

0

149

rps
теперь всё работает отлично! Спасибо! :flag:

0

150

rps написал(а):

А если будете использовать не Мозиллу ФФ, а другой, нормальный браузер, проблем не будет.

ну как так? я вот мазилу хочу. это ж проблемы не у меня, а судя по рекламе сервер ее увеличил в разы

0

151

Евка
Хотите... Мне пофиг.
Я Вам сказал, что на сервисе Мозилла ФФ - тупой браузер. А уж на чём будете сидеть - дело Ваше.

Евка написал(а):

сервер ее увеличил в разы

Не в разы, а в 2 раза: ввели этот сплеш-баннер, который должен появляться раз в сутки... Должен и появляется во всех браузерах, кроме Мозиллы...

0

152

rps
Висит 10 минут и результатов нет,у меня в этом окне адрес форума пишет
Может со скриптом у меня что-то не то?

0

153

темная
Ну я Ваш ставил...
Давайте адрес форума и каким браузером пользуетесь?

0

154

нашла хороший скрипт на цвета

но есть один минус когда нажимаешь на кнопку,цвета уходят все в правый бок
и не очень красиво получается, а можно сделать их меньше квадратиками и в столбик?

вот код

<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:#00FF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FFFF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#66FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99FF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFFCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00CC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#339966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#6699CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCCC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#009966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#9999FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC9933" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC66CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6600" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0033FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#333300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#663399" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC3333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF66FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0000FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#660033" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#990000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0066" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFCCCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcc66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#666633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cc6633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99ff00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cccccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#336666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ff9999" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
</tr>
</table>
</div>

0

155

темная
Блин, почему без тегов кода?

0

156

rps
что такое тэг кода?прости просто не знаю.

0

157

темная
[code*][/code*]

Без звёздочек...
Пробуйте так:

Код:
<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; overflow:scroll;">
<table cellspacing="0">
<tr>
<td style="background-color:#00FF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00FFFF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#66FF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99FF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFF66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCFFCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFFF99" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#00CC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#339966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#6699CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CCCC66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#009966" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#9999FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC9933" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC66CC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6600" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF6666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0033FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#333300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#663399" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#CC3333" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF66FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#003366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF3366" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#0000FF" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#660033" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#990000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0000" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FF0066" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#FFCCCC" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcc66" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#666633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cc6633" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#993300" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#99ff00" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#cccccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ffcccc" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#336666" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
<td style="background-color:#ff9999" height="15px" width="15px" onclick="bbcode('', ''); return changeVisibility('mycolor', this)"></td>
</tr>
</table>
</div>

0

158

rps
Спасибо все работает.

Еще один скрипт который не могу понять

скрипт с плеером WMP10

Код:
<object classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' width='150' height='33'>
<param name='URL' value=<a href='http://audio.rambler.ru/play.html?id=НОМЕР РАДИО'/>
<param name='autoStart' value='false'/>
<param name='uiMode' value='mini'/>
<param name='display' value='false'/>
</object>

"НОМЕР РАДИО" меняем на любой, из ниже представленных, номеров радио из audio.rambler с потоком воспроизведение 64Кбит/с

не могу понять куда вставлять номер радио.
и вообще работает ли этот скрипт.

0

159

Никак не могу найти. Скрипт делающий баннеры прозрачными, а при наведении на них мышки обычными. "Эффект прозрачности баннеров" или как-то так назывался...

Подскажите, пожалуйста.

+1

160

темная

темная написал(а):

id=НОМЕР РАДИО

Сюда, я так понимаю...

0


Вы здесь » Единый форум поддержки » Корзина » Общие вопросы от новичков (14)