Благодарим за выбор нашего сервиса!
Тестовое сообщение
Страница: 1
Сообщений 1 страница 4 из 4
Поделиться32015-11-13 21:03:37
Код:
/* 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; }
Поделиться42015-11-13 21:07:03
Код:
<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>
Страница: 1