Работ

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

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


Вы здесь » Работ » Тестовый форум » Тестовое сообщение


Тестовое сообщение

Сообщений 1 страница 4 из 4

1

Благодарим за выбор нашего сервиса!

0

2

http://se.uploads.ru/t/k5WYz.jpg

0

3

Код:
/* CS5 КАТЕГОРИИ 
-------------------------------------------------------------*/ 
#pun-category1.category h2 { 
background: url(http://uploads.ru/OoRYc.png) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category2.category h2 { 
background: url(http://uploads.ru/HLrnF.png) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category3.category h2 { 
background: url(http://i.pixs.ru/storage/2/5/2/Predskazan_8292502_135..) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category4.category h2 { 
background: url(http://i.pixs.ru/storage/2/5/4/Eternalpng_3013920_135..) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category5.category h2 { 
background: url(http://i7.pixs.ru/storage/2/5/8/offtoppng_9905143_135..) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category6.category h2 { 
background: url(http://i6.pixs.ru/storage/2/6/5/Drugiemiri_4724796_13..) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category7.category h2 { 
background: url(http://i.pixs.ru/storage/2/7/1/Biblioteka_3840434_135..) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 

#pun-category8.category h2 { 
background: url(http://) no-repeat top center; 
height: 70px; 
border-style: none; 
font-size:0 !important;} 
#pun-stats h2 span, 
.category h2 span { 
visibility:hidden!important; 
}

0

4

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

myarray=new Array(
"Звездный путь", "http://uploads.ru/tPBch.png",
"Зона Перехода", "http://uploads.ru/ZYlgt.png",
"Предсказания", "http://uploads.ru/GlmLp.png",
"Этернал", "http://uploads.ru/GlmLp.png",
"Оффтоп", "http://uploads.ru/niJox.png",
"Другие Миры", "http://uploads.ru/OoRYc.jpg",
"Библиотека", "http://uploads.ru/4q0p1.png"


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

var cssObj = {
   "height":"141px",
   "width":"300px",
   "margin-left":"300px",
   "background-color": "transparent",
   "background-image":"url("+myarray[q+1]+")",
   "background-repeat":"no-repeat"       //Последний элемент без запятой!
}

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

0


Вы здесь » Работ » Тестовый форум » Тестовое сообщение


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