bello

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

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


Вы здесь » bello » все для дизайна » полезное для диза


полезное для диза

Сообщений 121 страница 127 из 127

121

bla

0

122

ghjk

0

123

sasha

0

124

http://forum.mybb.ru/viewtopic.php?id=3 … 21#p888118 - маска профиля

0

125

Код:
<script type="text/javascript"><!--Своя картинка в каждую категорию -->
$(document).ready(function(){ 

myarray=new Array(
"underground", "https://forumstatic.ru/files/0018/12/e6/87609.png",
"computer class", "https://forumstatic.ru/files/0018/12/e6/29740.png",
"game room", "https://forumstatic.ru/files/0018/12/e6/31849.png",
"food court", "https://forumstatic.ru/files/0018/12/e6/26992.png",
"pr-отдел", "https://forumstatic.ru/files/0018/12/e6/72533.png",
"vip-zona", "https://forumstatic.ru/files/0018/12/e6/89344.png",
"statistics", "https://forumstatic.ru/files/0018/12/e6/33655.png"
)

        $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i) {
for(q=0;q<myarray.length;q++){

var cssObj = {
   "height":"66px",
   "background-color": "transparent",
   "background-image":"url("+myarray[q+1]+")",
   "background-position":"50% 50%",
   "background-repeat":"no-repeat"       
}

        if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
        q++}
    });
});
</script>

0

126

Ит

0

127

К

0


Вы здесь » bello » все для дизайна » полезное для диза


Рейтинг форумов | Создать форум бесплатно