t>

Тестирование

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

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


Вы здесь » Тестирование » Новый форум » Описание при наведении на форум


Описание при наведении на форум

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

1

<!-- Скрытие Описаний форумов с показом при наведении  -->
<style>
.Toggl {
  padding:18px;
  width:250px;
  margin-left:40px;
  margin-top:0;
  z-index:12;
  display:none;
  position:absolute;
  background-color:#fff;

    border-radius:15px;
    -webkit-border-radius:15px;
    -khtml-border-radius:15px;
    -moz-border-radius:15px;
    -o-border-radius:15px;

    box-shadow: 0px 5px 18px #000;
    -webkit-box-shadow:0px 5px 18px #000;
    -khtml-box-shadow:0px 5px 18px #000;
    -moz-box-shadow:0px 5px 18px #000;
}

.category td.tcl:hover .tclcon .Toggl{
  display:block;
}
</style>
<script type="text/javascript">
$(".category td.tcl .tclcon").each(function (){
var L1=$(this).find('h3:first').html();$(this).find('h3').replaceWith("");
var L2=$(this).find('.modlist').html();$(this).find('.modlist').replaceWith("");

if($(this).html().length>7){var L=$(this).html("<span class=Toggl>"+$(this).html()+"</span>")};
$(this).prepend('<h3>'+L1+'</h3><br />');
if(L2!==null){$(this).find(".Toggl").after('<span class="modlist">'+L2+'</span>')};
});
</script>

0

2

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

    myarray=new Array(
    "1", "http://mybb.ru/f/collection/0208.gif",
    "Техническая поддержка", "http://mybb.ru/f/collection/0211.gif",
    "Форумы опытных пользователей", "http://mybb.ru/f/collection/0213.gif",
    "Разное", "http://i039.radikal.ru/0806/ec/a5ffc6d7cfd9.gif",
    "Статистика форума", "http://mybb.ru/f/collection/0217.gif"    //Последний элемент без запятой!
    )

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

    var cssObj = {
      "height":"50px",
      "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

3

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

    myarray=new Array(
    "1", "http://mybb.ru/f/collection/0208.gif",
    "Техническая поддержка", "http://mybb.ru/f/collection/0211.gif",
    "Форумы опытных пользователей", "http://mybb.ru/f/collection/0213.gif",
    "Разное", "http://i039.radikal.ru/0806/ec/a5ffc6d7cfd9.gif",
    "Статистика форума", "http://mybb.ru/f/collection/0217.gif"    //Последний элемент без запятой!
    )

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

    var cssObj = {
      "height":"50px",
      "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


Вы здесь » Тестирование » Новый форум » Описание при наведении на форум


Сервис форумов BestBB © 2016-2024. Создать форум бесплатно