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

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

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


Вы здесь » Единый форум поддержки » Архив » Общие вопросы по оформлению (48)


Общие вопросы по оформлению (48)

Сообщений 821 страница 840 из 1000

821

Finka
Выложите ссыль на сообщение с подобной подсказкой, видное гостю, ссыль - клик на дату в посте

0

822

И снова я) здрасьте.
У меня есть несколько вопросов.

http://s1.uploads.ru/t/bnNaT.jpg

1. На скрине видно, что слова "Статистика форума", "Последние 10 сообщений" и "Общая статистика" написаны черным с черной тенью. Вопрос: как эту тень убрать и сделать надписи по центру? И вообще всю информацию о посл. 10 сообщения сделать по центру?

2. Вообще, можно название категории "статистика" сделать так, чтобы оно шло как и названия других категорий? То есть таким же шрифтом и с такой же png-картинкой снизу?

3. http://s0.uploads.ru/t/bIRBX.jpg
В темах тоже в названии темы надо убрать тень. И, как видно, слово "Страница" налезает на название темы. Как это исправить?

4. Можно ли в скрипт "Последние 10 сообщений" добавить еще фоновую картинку?

Адрес форума: http://tanyagrotterrolka123.spybb.ru/

Отредактировано Никаниэль (Пт, 14 Июн 2013 20:18:11)

0

823

Никаниэль написал(а):

2. Вообще, можно название категории "статистика" сделать так, чтобы оно шло как и названия других категорий? То есть таким же шрифтом и с такой же png-картинкой снизу?

Пробуйте поменять данный пункт на текущий во втором окне стиля

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  text-align: center;
  height: 50px;
  background: url(http://s2.uploads.ru/v9O5r.png) center no-repeat;
  color: #000000;
  font-weight: 400;
  text-align:center;
  text-shadow: none;
  font: normal normal 400 18.7px/normal "Century Gothic";
  }
#pun-stats>h2 {
  display:none;
}

Чуть подправил

Отредактировано Deff (Пт, 14 Июн 2013 20:50:24)

0

824

Никаниэль
Еще поправил

0

825

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

Выложите ссыль на сообщение с подобной подсказкой, видное гостю, ссыль - клик на дату в посте

Так не поставила ещё ничего. Есть скрипт, вот туда нужно грамотно добавить эту задержку

Код:
// Coded by Travis Beckham, modified by RMcGirr83
tooltip = {
	name : "tooltip",
	offsetX : -25,
	offsetY : 25,
	tip : null
};

tooltip.move = function (evt) {
	var x=0, y=0;
	if (document.all) {// IE

x = (document.documentElement && document.documentElement.scrollLeft) ? document.documentElement.scrollLeft : document.body.scrollLeft;
y = (document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop;
x += window.event.clientX;
y += window.event.clientY;

	} else {// Mozilla
x = evt.pageX;
y = evt.pageY;
	}
	this.tip.style.left = (x + this.offsetX) + "px";
	this.tip.style.top = (y + this.offsetY) + "px";
};
tooltip.show = function (text) {
	if (!this.tip) return;
	text = text.replace(/\n/g, "<br />");
	this.tip.innerHTML = text;
	this.tip.style.visibility = "visible";
	this.tip.style.display = "block";
	if (this.tip.offsetWidth > 400)
   this.tip.style.width = "400px";
};
tooltip.hide = function () {
	if (!this.tip) return;
	this.tip.style.visibility = "hidden";
	this.tip.style.display = "none";
	this.tip.innerHTML = "";
	this.tip.style.width = null;
};

tooltip.init = function () {

var tipNameSpaceURI = "http://www.w3.org/1999/xhtml";
if(!tipContainerID){ var tipContainerID = "tooltip";}
var tipContainer = document.getElementById(tipContainerID);

if(!tipContainer){
  tipContainer = document.createElementNS ? document.createElementNS(tipNameSpaceURI, "div") : document.createElement("div");
  tipContainer.setAttribute("id", tipContainerID);
  tipContainer.style.display = "none";
  document.getElementsByTagName("body").item(0).appendChild(tipContainer);
}

	if (!document.getElementById) return;

	this.tip = document.getElementById (this.name);
	if (this.tip) document.onmousemove = function (evt) {tooltip.move (evt)};

	var a, sTitle;
	var anchors = document.getElementsByTagName ("a");

	for (var i = 0; i < anchors.length; i ++) {
a = anchors[i];
sTitle = a.getAttribute("title");
if(sTitle) {
	a.setAttribute("tooltip", sTitle);
	a.removeAttribute("title");
	a.removeAttribute("alt");
	a.onmouseover = function() {tooltip.show(this.getAttribute('tooltip'))};
	a.onmouseout = function() {tooltip.hide()};
}
	}

};

}

Отредактировано Finka (Пт, 14 Июн 2013 20:54:08)

0

826

Finka
Поставьте дайте ссылку - попробую добавить...  ^^
Поставьте в тегах скрипт - не в файл

Отредактировано Deff (Пт, 14 Июн 2013 21:04:40)

0

827

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

Ксать можно выделить Активную кнопку:

нот бэд оО! тоже поставлю плюс хд

0

828

И снова я, и снова со смайликами.
Очень хочется сделать две кнопки "Дополнительные смайлы" под формой ответа. Отчитала половину темы, но так ничего и не нашла. Тупо продублировала вчерашний скрипт в Настройки -> HTML в форме ответа. Вторая кнопка появилась, при нажатии "бликуют" кнопки "Дополнительные смайлы" (скрипт 1) и "tumbler смайлы" (скрипт 2). Посмотреть вживую можно здесь - http://altengland.mybb.ru/viewtopic.php?id=233

Можно ли что-то сделать, чтобы эти две кнопки работали нормально? Может быть, я просмотрела какой-то скрипт, или можно что-то подравить в имеющемся скрипте, или это в принципе невозможно?

Код HTML в форме ответа на настоящий момент такой:

Код:
<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block");smileDiv.innerHTML="";
if(smileDiv)
{
var smileItem = new Array();
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/thumb-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/salute.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/dance.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/90901786f655646d631d2d737d8583a2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_claping.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/thoutful.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/suspect.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/teehee.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/surprised.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/stars.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/unsure.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wacko.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/weep.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shock.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shades.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/snap.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shutup.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/sad.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/sleep.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/smile.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/smok.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/prof.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/ok.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/no.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/rolleyes.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/huh.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/happy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hands.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/laugh.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/fear.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/facepalm.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/dry.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/fudge.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/evil.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/angel.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/adorant.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/blink.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/cool.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/batman.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/book.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/king-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/loving.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/love.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/coffee2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/icecream.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/food2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_party__by_LeoLeonardo.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_CookiemagiK.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/tears.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/rofl.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/lol1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/laught.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/tongue.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/haha.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/nod.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/yes.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wink-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wink2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wag.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hihi.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_haha.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/579971fef4938ced3d0918e2ee69595e.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/e0832ff5e46880ba1bf1d3a55518c056.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_in_love.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/brawl.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/cry-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/Bye_by_Red_Bananas.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hi2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hi.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/curtsy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/bye.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/34caf8e2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/356171-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/6bb35bacd4ce.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower3.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_pyro__by_fahrenheit19_7.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shy-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hearts.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/blush.gif');

for (i=0; i<smileItem.length; i++){
smileDiv.innerHTML+='<img src="'+smileItem[i]+'" alt=":rusff:" onclick="smile(\'[img]'+smileItem[i]+'[/img]\')" />';
}
}
</script>













<div>
<input type="Button" value="Дополнительные смайлы" onclick="return showhide(this)">
<p style="display:none">

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-51.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-51.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/leaves.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/leaves.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bearcub.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bearcub.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d2d9c61661288a3606417bb24dcc265b.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d2d9c61661288a3606417bb24dcc265b.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch9.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch9.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch7.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch7.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch6.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch6.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch8.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch8.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch5.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch5.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween24.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween24.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch4.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch4.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch1.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch1.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_by_darkmoon3636.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_by_darkmoon3636.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch11.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch11.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch13.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch13.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch15.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch15.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween22.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween22.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/meditation.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/meditation.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/clover2.png" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/clover2.png[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/author.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/author.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/orator.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/orator.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/scared.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/scared.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ovation.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ovation.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/crocodile_escape_D__by_MenInASuitcase.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/crocodile_escape_D__by_MenInASuitcase.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/kneeling.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/kneeling.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/lock.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/lock.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/king.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/king.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bag.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bag.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/devil.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/devil.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bee.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bee.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/angry.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/angry.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ca92124f75f67cd09ab3ed9d4df29dfe.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ca92124f75f67cd09ab3ed9d4df29dfe.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/JC_cupidgirl.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/JC_cupidgirl.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t6223.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t6223.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d03connie_feedbaby.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d03connie_feedbaby.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/snoozer015.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/snoozer015.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/wine.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/wine.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/wine2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/wine2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07079.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07079.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/LOLLIPOP___by_P4tr1c14h.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/LOLLIPOP___by_P4tr1c14h.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/Let_the_jump_out_of_cake_by_xXAli_StarXx.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/Let_the_jump_out_of_cake_by_xXAli_StarXx.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/prazdnikia-530.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/prazdnikia-530.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/balloons.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/balloons.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d8791c7bb0b8621b0de424859d2851f6.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d8791c7bb0b8621b0de424859d2851f6.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/partysmiley.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/partysmiley.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/112696660a9.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/112696660a9.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/2ab7b364496ae43c8fe7addf98f2ce48.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/2ab7b364496ae43c8fe7addf98f2ce48.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/clown.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/clown.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/juggle.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/juggle.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/juggling.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/juggling.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/137.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/137.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/present.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/present.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07110.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07110.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-160.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-160.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-233.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-233.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-174.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-174.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-131.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-131.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-161.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-161.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118018.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118018.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/vip_204.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/vip_204.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118020.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118020.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/s16.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/s16.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118031.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118031.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-143.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-143.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0008.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0008.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/668.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/668.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07012.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07012.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-109.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-109.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118043.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118043.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0011.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0011.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0012.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0012.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0010.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0010.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny00007.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny00007.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/749.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/749.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/35093224_30.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/35093224_30.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/284b9b8e2cd18a1e05faec2870050b6a.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/284b9b8e2cd18a1e05faec2870050b6a.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_slipperyhug__by_cookiemagik-d372zft.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_slipperyhug__by_cookiemagik-d372zft.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_royaba-d31jvkz.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_royaba-d31jvkz.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_excited__by_CookiemagiK.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_excited__by_CookiemagiK.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch10.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch10.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_Bummies__by_MenInASuitcase.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_Bummies__by_MenInASuitcase.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gifhttp://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/fly.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/fly.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/yahoo.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/yahoo.gif[/img]')" />
</p>

</div>

<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>



<div>
<input type="Button" value="tumblr смайлы" onclick="return showhide(this)">
<p style="display:none">

<img src="http://s3.uploads.ru/9Y2nZ.gif" style="cursor: pointer" onclick="smile('[img]hhttp://s3.uploads.ru/9Y2nZ.gif[/img]')" />

<img src="http://s3.uploads.ru/KXz09.gif" style="cursor: pointer" onclick="smile('[img]http://s3.uploads.ru/KXz09.gif[/img]')" />
</p>

</div>

<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="tumblr смайлы"){
b.value="Скрыть tumblr смайлы"
p.style.display="block"}
else{
b.value="tumblr смайлы"
p.style.display="none"}
return false}
</script>

0

829

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

Никаниэль
Еще поправил

Deff, спасибо)
Только можно сделать так, чтобы названия категорий опять были все заглавными буквами? плиииз! :flirt:

0

830

Никаниэль, добавьте в список параметров, указанных господином Деффом селекторов еще один параметр text-transform: uppercase;. Должно получится вот так:

/* CS1.3 */
#pun-stats h2, .punbb .main h1, .punbb .main h2, #pun-debug h2, .punbb-admin #pun-admain h2 {
  text-align: center;
  height: 50px;
  background: url(http://s2.uploads.ru/v9O5r.png) center no-repeat;
  color: #000000;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
  font: normal normal 400 18.7px/normal "Century Gothic";
  text-transform: uppercase;
  }
#pun-stats>h2 {
  display:none;
}

0

831

Remus John Lupin, спасибо! теперь буду знать))

0

832

Никаниэль, на здоровье http://www.kolobok.us/smiles/standart/yes3.gif

0

833

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

хочется сделать две кнопки "Дополнительные смайлы"

Код:
<script type="text/javascript">
var smileDiv = document.getElementById("smilies-block");smileDiv.innerHTML="";
if(smileDiv)
{
var smileItem = new Array();
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/thumb-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/salute.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/dance.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/90901786f655646d631d2d737d8583a2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_claping.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/thoutful.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/suspect.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/teehee.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/surprised.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/stars.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/unsure.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wacko.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/weep.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shock.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shades.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/snap.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shutup.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/sad.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/sleep.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/smile.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/smok.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/prof.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/ok.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/no.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/rolleyes.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/huh.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/happy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hands.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/laugh.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/fear.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/facepalm.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/dry.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/fudge.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/evil.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/angel.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/adorant.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/blink.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/cool.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/batman.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/book.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/king-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/loving.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/love.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/coffee2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/icecream.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/food2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_party__by_LeoLeonardo.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_CookiemagiK.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/tears.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/rofl.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/lol1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/laught.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/tongue.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/haha.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/nod.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/yes.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wink-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wink2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/wag.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hihi.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_haha.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/579971fef4938ced3d0918e2ee69595e.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/e0832ff5e46880ba1bf1d3a55518c056.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/girl_in_love.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/brawl.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/cry-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/Bye_by_Red_Bananas.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hi2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hi.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/curtsy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/bye.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/34caf8e2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower2.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/356171-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/6bb35bacd4ce.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/flower3.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/_pyro__by_fahrenheit19_7.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shy-1.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/shy.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/hearts.gif');
smileItem.push('http://i603.photobucket.com/albums/tt120/altengland/smiles/blush.gif');

for (i=0; i<smileItem.length; i++){
smileDiv.innerHTML+='<img src="'+smileItem[i]+'" alt=":rusff:" onclick="smile(\'[img]'+smileItem[i]+'[/img]\')" />';
}
}
</script>













<div>
<input type="Button" value="Дополнительные смайлы" onclick="return showhide2(this)">
<p style="display:none">

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-51.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-51.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/leaves.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/leaves.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bearcub.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bearcub.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d2d9c61661288a3606417bb24dcc265b.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d2d9c61661288a3606417bb24dcc265b.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch9.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch9.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch7.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch7.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch6.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch6.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch8.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch8.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch5.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch5.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween24.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween24.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch4.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch4.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch1.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch1.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_by_darkmoon3636.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_by_darkmoon3636.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch11.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch11.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch13.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch13.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch15.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch15.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween22.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/halloween22.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/meditation.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/meditation.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/clover2.png" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/clover2.png[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/author.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/author.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/orator.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/orator.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/scared.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/scared.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ovation.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ovation.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/crocodile_escape_D__by_MenInASuitcase.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/crocodile_escape_D__by_MenInASuitcase.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/kneeling.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/kneeling.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/lock.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/lock.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/king.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/king.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bag.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bag.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/devil.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/devil.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/bee.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/bee.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/angry.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/angry.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ca92124f75f67cd09ab3ed9d4df29dfe.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ca92124f75f67cd09ab3ed9d4df29dfe.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/kiss3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/JC_cupidgirl.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/JC_cupidgirl.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t6223.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t6223.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d03connie_feedbaby.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d03connie_feedbaby.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/snoozer015.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/snoozer015.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/wine.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/wine.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/wine2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/wine2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07079.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07079.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets3.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets3.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets2.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets2.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/LOLLIPOP___by_P4tr1c14h.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/LOLLIPOP___by_P4tr1c14h.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/Let_the_jump_out_of_cake_by_xXAli_StarXx.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/Let_the_jump_out_of_cake_by_xXAli_StarXx.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/sweets.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/prazdnikia-530.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/prazdnikia-530.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/balloons.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/balloons.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/d8791c7bb0b8621b0de424859d2851f6.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/d8791c7bb0b8621b0de424859d2851f6.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/partysmiley.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/partysmiley.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/112696660a9.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/112696660a9.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/2ab7b364496ae43c8fe7addf98f2ce48.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/2ab7b364496ae43c8fe7addf98f2ce48.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/clown.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/clown.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/juggle.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/juggle.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/juggling.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/juggling.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/137.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/137.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/present.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/present.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07110.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07110.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-160.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-160.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-233.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-233.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-174.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-174.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-131.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-131.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-161.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-161.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118018.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118018.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/vip_204.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/vip_204.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118020.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118020.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/s16.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/s16.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118031.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118031.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-143.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-143.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0008.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0008.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/668.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/668.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t07012.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t07012.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-109.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/pogoda-109.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/t118043.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/t118043.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0011.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0011.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0012.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0012.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0010.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny0010.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/ny00007.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/ny00007.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/749.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/749.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/35093224_30.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/35093224_30.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/284b9b8e2cd18a1e05faec2870050b6a.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/284b9b8e2cd18a1e05faec2870050b6a.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_slipperyhug__by_cookiemagik-d372zft.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_slipperyhug__by_cookiemagik-d372zft.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_royaba-d31jvkz.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_happy__by_royaba-d31jvkz.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_excited__by_CookiemagiK.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_excited__by_CookiemagiK.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/witch10.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/witch10.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/_Bummies__by_MenInASuitcase.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/_Bummies__by_MenInASuitcase.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gifhttp://i603.photobucket.com/albums/tt120/altengland/smiles/Rainbow_Bounce_by_renekotte.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/fly.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/fly.gif[/img]')" />

<img src="http://i603.photobucket.com/albums/tt120/altengland/smiles/yahoo.gif" style="cursor: pointer" onclick="smile('[img]http://i603.photobucket.com/albums/tt120/altengland/smiles/yahoo.gif[/img]')" />
</p>

</div>

<script>
function showhide2(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="Дополнительные смайлы"){
b.value="Скрыть смайлы"
p.style.display="block"}
else{
b.value="Дополнительные смайлы"
p.style.display="none"}
return false}
</script>



<div>
<input type="Button" value="tumblr смайлы" onclick="return showhide(this)">
<p style="display:none">

<img src="http://s3.uploads.ru/9Y2nZ.gif" style="cursor: pointer" onclick="smile('[img]hhttp://s3.uploads.ru/9Y2nZ.gif[/img]')" />

<img src="http://s3.uploads.ru/KXz09.gif" style="cursor: pointer" onclick="smile('[img]http://s3.uploads.ru/KXz09.gif[/img]')" />
</p>

</div>

<script>
function showhide(b){
p = b.parentNode.getElementsByTagName("p")[0]
if(b.value=="tumblr смайлы"){
b.value="Скрыть tumblr смайлы"
p.style.display="block"}
else{
b.value="tumblr смайлы"
p.style.display="none"}
return false}
</script>

+1

834

Deff
Спасибо-спасибо-спасибо огромное!!!

0

835

Привет. Мне показали форум на котором стоит скрипт, который  включает облегченную версию форума. То бишь отключает на нем картинки вот.
Может кто-то рассказать подробней про этот скрипт?
Есть ли в нем смысл? Что-то у меня сомнения по поводу что он правда облегчает, кажется что только прячет картинки, а по объему так же все и грузится, просто не показывается.
Сказали, что это модификация скрипта который дизы переключает, вот тут это спрашивали
Запросы по скриптам

0

836

как добавить свои смайлы?

0

837

Наташа Cirq, вам вот сюда Дополнительные смайлы :-)
Тут несколько вариантов. Выбирайте любой или сразу несколько.

0

838

Как сделать так, что бы баннеры были таблицей и названия были над нужным баннеромhttp://s0.uploads.ru/t/I6BFM.png

0

839

В добавок к сообщению:
http://s0.uploads.ru/t/bEM8s.png
Как сделать так, что бы банеры двигались как на картинке? Если что, вот ссылка на сайт, где баннеры двигаются
http://cwsos.spybb.ru/

0

840

МухХа написал(а):

Как сделать так, что бы баннеры были таблицей и названия были над нужным баннером

Вы вставляете баннеры и их названия в описание форума, значит, именно в описании форума вам и нужно структурировать информацию. Создайте таблицу html-кодами (она точно такая же, как и та, которую можно создать в сообщении, выбрав количество строк и столбцов, только скобки тегов не квадратные, а треугольные), вставьте ее в описание форума и располагайте в ячейки верхней строки названия, а под каждым название, стройкой ниже - сами коды баннеров.

<table>
<tr align=center>
<td>Тыкай!</td>
<td>Наш баннер</td>
</tr>
<tr align=center>
<td><a target="top_" title="Рейтинг Ролевых Ресурсов - RPG TOP" href="http://top.roleplay.ru/20743"><img height="31" border="0" width="88" alt="Рейтинг Ролевых Ресурсов - RPG TOP" src="http://img.rpgtop.su/88x31x11x3.gif"></img></a></td>
<td><a target="_blank" href="http://catswarriorshope.mybb.ru "><img height="31" border="0" width="80" alt="КВВН Заходи!" src="http://belayazvezda.ucoz.ru/_fr/21/2360803.gif"></img></a></td>
</tr>
</table>

То, что между красным - ваша первая строка. Там две ячейки, и в каждой по названию.
То, что между синим - ваша вторая строка. Там две ячейки, и в каждой по баннеру.
Нужно будет добавить столбец - добавите еще одну ячейка в верхнюю, красную строку и еще одну ячейку в нижнюю синюю.

Как сделать так, что бы банеры двигались как на картинке? Если что, вот ссылка на сайт, где баннеры двигаются

Заключить все коды баннеров в тег <marquee>Тут коды</marquee>

0


Вы здесь » Единый форум поддержки » Архив » Общие вопросы по оформлению (48)