важное
закрытое
новое
старое
флуд № 0.1
Сообщений 31 страница 45 из 45
Поделиться312017-08-09 16:51:46
Поделиться362017-08-23 21:42:02
Код:
какой то текст
еще один текст
Поделиться372018-02-10 22:48:28
Код:
<script><!--Ставим рамки для Аватара --> $(document).ready(function(){ GifArray=new Array( "http://s7.uploads.ru/w15iN.png", "http://s1.uploads.ru/Y6FLe.png", "http://sa.uploads.ru/iG1n4.png" //End myarray_!!Последняя ссылка без Запятой!!! ) var imgURL;var i;var x;var y; $("div.post-author ul li.pa-avatar img[alt]").each(function () { x = this.offsetWidth; y = this.offsetHeight; inb = $(this).parent().get(0).tagName; $(this).css("width",x-"2px"); $(this).css("height",y-"2px"); imgURL = $(this).attr("src"); i=GifArray[Math.round(Math.random()*(GifArray.length-1))]; $(this).attr("src",i); $(this).css("background-image","url("+imgURL+")");}); }); </script><!--Конец//Рамки для Аватара-->