Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

jack007

Актив
  • Регистрация

  • В сети

Everything posted by jack007

  1. Ну если это шутка, то пожалуй я отвечу, пусть будет: background-attachment: fixed;
  2. Куда хотите туда и вставляйте его)
  3. У меня есть получше, могу скинуть)
  4. Это тема поддержки статьи: Отключение правой кнопкой мыши гостям. Здесь вы можете обсудить все вопросы, связанные с этой статьёй. Дата добавления статьи: 07 Май 2013 - 23:31 Дата обновления статьи: 07 Май 2013 - 23:31
  5. Через cron может можно сделать?
  6. Давайте еще кто то Может кому что то и понравится
  7. Чуток поменял дизайн, совсем чуток, оцениваем
  8. У меня на форуме есть зареганый юзер бот. Мне нужно как то сделать что бы в определительное время этот бот сам заходил на форум и все. Есть варианты?
  9. Есть такая штука как копирование)
  10. А куда надо вам я ж не знаю. <script type="text/javascript" src="__code.jquery.com/jquery.min.js"></script> <script type="text/javascript"> $("#mytable td").mouseover(function() { var tds = $( this ).parent().find("td"), index = $.inArray( this, tds ); $("#mytable td:nth-child("+( index + 1 )+")").css("background-color", "#f00"); }).mouseout(function() { var tds = $( this ).parent().find("td"), index = $.inArray( this, tds ); $("#mytable td:nth-child("+( index + 1 )+")").css("background-color", "#fff"); }); </script> Этот скрипт отвечает за выделение, а то что выше это пример, собственно то что вам нужно, возьмите в рамку как показано на примере, а в этом скрипте поменяйте названия на свои. Вот и все.
  11. <table id="mytable" border="1"> <tr> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> </tr> <tr> <td>6</td> <td>7</td> <td>8</td> <td>9</td> <td>10</td> </tr> <tr> <td>11</td> <td>12</td> <td>13</td> <td>14</td> <td>15</td> </tr> </table> <script type="text/javascript" src="__code.jquery.com/jquery.min.js"></script> <script type="text/javascript"> $("#mytable td").mouseover(function() { var tds = $( this ).parent().find("td"), index = $.inArray( this, tds ); $("#mytable td:nth-child("+( index + 1 )+")").css("background-color", "#f00"); }).mouseout(function() { var tds = $( this ).parent().find("td"), index = $.inArray( this, tds ); $("#mytable td:nth-child("+( index + 1 )+")").css("background-color", "#fff"); }); </script>
  12. Готов кинуть не много на хайд, если он рабочий
  13. Могу поспорить на пакет семечек что это Baisik, хотя нет, спорю на 2 пакета! ПС: Решили рекламку замутить что ли?
  14. Нет, то правила перед созданием темы
  15. Ладно, есть идеи как продавать можно товар, пусть вместо товара будем просто картинка или текст
  16. оплаты вебмани как я понял нету

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.