Форум программистов, компьютерный форум, киберфорум
HTML, CSS
Войти
Регистрация
Восстановить пароль
Блоги Сообщество Поиск Заказать работу  
 
Рейтинг 5.00/4: Рейтинг темы: голосов - 4, средняя оценка - 5.00
 Аватар для nestercom
1 / 1 / 2
Регистрация: 03.04.2013
Сообщений: 73

Не работает стилизованный чекбокс на wordpress

14.01.2018, 20:01. Показов 893. Ответов 2
Метки нет (Все метки)

Студворк — интернет-сервис помощи студентам
Здравствуйте дорогие форумчане, мне необходима помощь. Изменил стандартные чекбоксы на сайте (cms wordpress).

Подключил стили

HTML5
1
<link rel="stylesheet" href="dist/css/checkboxes.min.css">
и на страничку вставил следующий код

HTML5
1
2
3
4
<div class="ckbx-style-8">
         <input type="checkbox" id="ckbx-style-8-1" value="0" name="ckbx-style-8">
         <label for="ckbx-style-8-1"></label>
</div>

но при клике ничего не происходит.

вот код checkboxes.min.css

CSS
1
2
/*! css-checkbox-library v1.3.0 | (c) 2017  | MIT License | git+https://github.com/hunzaboy/CSS-Checkbox-Library.git */
input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-1{font-size:24px}.ckbx-style-1 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-1 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-1 label:before{width:2em;left:.1em;transition:background .1s ease .1s;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-1 label:after,.ckbx-style-1 label:before{content:"";position:absolute;height:1em;border-radius:50px}.ckbx-style-1 label:after{width:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-1 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-1 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-2{font-size:24px}.ckbx-style-2 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-2 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-2 label:before{content:"";position:absolute;width:2em;height:1em;transition:background .1s ease .1s;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-2 label:after{content:"";position:absolute;width:1em;height:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-2 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-2 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-3{font-size:24px}.ckbx-style-3 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-3 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-3 label:before{content:"";position:absolute;width:2em;height:1em;transition:background .1s ease .1s;border-radius:4px;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-3 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;border-radius:4px;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-3 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-3 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-4{font-size:24px}.ckbx-style-4 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-4 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-4 label:before{content:"";position:absolute;width:2em;height:1em;transition:background .1s ease .1s;border-radius:4px;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-4 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;border-radius:100%;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-4 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-4 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-5{font-size:24px}.ckbx-style-5 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-5 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-5 label:before{content:"";position:absolute;width:2em;height:.5em;left:.1em;top:.25em;transition:background .1s ease .1s;background:#4d4d4d;border-radius:50px;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-5 label:after{content:"";position:absolute;width:1em;height:1em;border-radius:50px;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-5 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-5 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-6{font-size:24px}.ckbx-style-6 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-6 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-6 label:before{width:2em;left:.1em;transition:background .1s ease .1s;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-6 label:after,.ckbx-style-6 label:before{content:"";position:absolute;height:1em;background:#4d4d4d;border-radius:50px}.ckbx-style-6 label:after{width:1em;left:-.1em;transition:all .2s ease;box-shadow:inset 0 0 0 5px #fcfff4;z-index:2}.ckbx-style-6 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-6 input[type=checkbox]:checked+label:after{left:1.1em;background:#333}.ckbx-style-7{font-size:24px}.ckbx-style-7 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-7 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-7 label:before{content:"";position:absolute;width:2em;height:1em;left:.1em;transition:background .1s ease .1s;background:#4d4d4d;border-radius:50px;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-7 label:after{content:"";position:absolute;width:.8em;height:.8em;border-radius:100%;left:.2em;top:.1em;transition:all .2s ease;box-shadow:inset 0 0 0 5px #fcfff4;background:#4d4d4d;z-index:2;animation:a .3s ease-out}.ckbx-style-7 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-7 input[type=checkbox]:checked+label:after{left:1.2em;background:#333;animation:a .3s ease-out}.ckbx-style-8{font-size:24px}.ckbx-style-8 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-8 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-8 label:before{width:2em;left:.1em;transition:background .1s ease;background:#f25f5c;box-shadow:inset 0 1px 1px rgba(171,66,63,.5)}.ckbx-style-8 label:after,.ckbx-style-8 label:before{content:"";position:absolute;height:1em;border-radius:50px}.ckbx-style-8 label:after{width:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;animation:a .2s ease-out;z-index:2}.ckbx-style-8 input[type=checkbox]:checked+label:before{background:#70c1b3;box-shadow:inset 0 1px 1px rgba(84,152,140,.5)}.ckbx-style-8 input[type=checkbox]:checked+label:after{animation:a .2s ease-out;left:1.1em}.ckbx-style-9{width:3em!important;font-size:24px;position:relative}.ckbx-style-9:after,.ckbx-style-9:before{position:absolute;font-size:.6em;color:#fff;font-weight:700;text-align:center}.ckbx-style-9:before{content:"ON";left:0;z-index:1;left:.4em;top:.2em}.ckbx-style-9:after{content:"OFF";right:.4em;top:.2em}.ckbx-style-9 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-9 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-9 label:before{content:"";position:absolute;width:3em;height:1em;transition:background .1s ease;background:#f25f5c;box-shadow:inset 0 1px 1px rgba(171,66,63,.5)}.ckbx-style-9 label:after{content:"";position:absolute;width:1.5em;height:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-9 input[type=checkbox]:checked+label:before{background:#70c1b3;box-shadow:inset 0 1px 1px rgba(84,152,140,.5)}.ckbx-style-9 input[type=checkbox]:checked+label:after{left:1.5em}.ckbx-style-10{font-size:24px}.ckbx-style-10 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-10 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-10 label:before{content:"";position:absolute;width:2em;height:.5em;left:.1em;top:.25em;transition:background .1s ease .1s;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-10 label:after{content:"";position:absolute;width:1em;height:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-10 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-10 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-11{font-size:24px}.ckbx-style-11 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-11 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-11 label:before{content:"";position:absolute;width:2em;height:.5em;left:.1em;top:.25em;transition:background .1s ease .1s;background:#f25f5c;border-radius:50px}.ckbx-style-11 label:after{content:"";position:absolute;width:1em;height:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#f25f5c;border-radius:100%;z-index:2;animation:a .4s ease-out forwards}.ckbx-style-11 input[type=checkbox]:checked+label:before{background:#70c1b3}.ckbx-style-11 input[type=checkbox]:checked+label:after{left:1.1em;background:#70c1b3;animation:a .4s ease-out forwards}.ckbx-style-12{font-size:24px}.ckbx-style-12 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-12 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-12 label:before{content:"";position:absolute;width:2em;height:.5em;left:.1em;top:.25em;transition:background .1s ease .1s;background:#f25f5c}.ckbx-style-12 label:after{content:"";position:absolute;width:1em;height:1em;left:0;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#f25f5c;z-index:2;animation:a .4s ease-out forwards}.ckbx-style-12 input[type=checkbox]:checked+label:before{background:#70c1b3}.ckbx-style-12 input[type=checkbox]:checked+label:after{left:1.1em;background:#70c1b3;animation:a .4s ease-out forwards}.ckbx-style-13{font-size:24px}.ckbx-style-13 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-13 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-13 label:before{content:"";position:absolute;width:2em;height:1em;left:.1em;transition:background .1s ease .1s;background:#f25f5c;border-radius:50px;box-shadow:inset 0 1px 1px rgba(171,66,63,.5)}.ckbx-style-13 label:after{content:"";position:absolute;width:.8em;height:.8em;border-radius:100%;left:.2em;top:.1em;transition:all .2s ease;box-shadow:inset 0 0 0 5px #fcfff4;background:#f25f5c;z-index:2;animation:a .3s ease-out}.ckbx-style-13 input[type=checkbox]:checked+label:before{background:#70c1b3;box-shadow:inset 0 1px 1px rgba(84,152,140,.5)}.ckbx-style-13 input[type=checkbox]:checked+label:after{left:1.2em;background:#70c1b3;animation:a .3s ease-out}.ckbx-style-14{font-size:24px;position:relative;padding:3px;background:#333;border-radius:4px}.ckbx-style-14 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-14 label{width:4em;height:1em;position:relative;cursor:pointer;display:block;background:#333}.ckbx-style-14 label:before{content:"OFF";color:#fff;background:#f25f5c;left:50%}.ckbx-style-14 label:after,.ckbx-style-14 label:before{position:absolute;width:50%;text-align:center;font-weight:700;font-size:.6em;line-height:1.6;transition:all .2s ease;bottom:0;top:0;border-radius:4px}.ckbx-style-14 label:after{content:"ON"}.ckbx-style-14 input[type=checkbox]:checked+label:before,.ckbx-style-14 label:after{color:hsla(0,0%,100%,.5);background:#333}.ckbx-style-14 input[type=checkbox]:checked+label:after{background:#70c1b3;color:#fff}.ckbx-style-15{font-size:24px}.ckbx-style-15 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-15 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-15 label:before{content:"\2714\2718";position:absolute;width:2em;color:#fff;font-size:.8em;top:0;bottom:0;padding-left:.25em;padding-right:.25em;left:.1em;transition:background .1s ease;background:#f25f5c;border-radius:50px;box-shadow:inset 0 1px 1px rgba(171,66,63,.5);letter-spacing:-1px \0/IE89}.ckbx-style-15 label:after{content:"";position:absolute;width:1em;height:1em;border-radius:50px;left:0;left:.05em \0/IE89;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;animation:a .2s ease-out;z-index:2}.ckbx-style-15 input[type=checkbox]:checked+label:before{background:#70c1b3;box-shadow:inset 0 1px 1px rgba(84,152,140,.5)}.ckbx-style-15 input[type=checkbox]:checked+label:after{animation:a .2s ease-out;left:1.1em}@media (-webkit-min-device-pixel-ratio:0) and (min-resolution:0.001dpcm){.ckbx-style-15 label:before{letter-spacing:6px}}@-moz-document url-prefix(){.ckbx-style-15 label:before{letter-spacing:6px}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ckbx-style-15 label:before{letter-spacing:-2px}.ckbx-style-15 label:after{left:.05em}}@keyframes a{50%{transform:scaleX(1.3)}}.ckbx-style-16{font-size:24px}.ckbx-style-16 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-16 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-16 label:before{content:"";position:absolute;width:2em;height:1em;transition:background .1s ease .1s;border-radius:4px;background:#f25f5c}.ckbx-style-16 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;border-radius:4px;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#fcfff4;z-index:2}.ckbx-style-16 input[type=checkbox]:checked+label:before{background:#70c1b3}.ckbx-style-16 input[type=checkbox]:checked+label:after{left:1.1em}.ckbx-style-17{font-size:24px}.ckbx-style-17 input[type=checkbox]{position:absolute;opacity:0}.ckbx-style-17 label{width:2em;height:1em;position:relative;cursor:pointer;display:block}.ckbx-style-17 label:before{content:"";position:absolute;width:2em;height:1em;transition:background .1s ease .1s;border-radius:4px;background:#4d4d4d;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),0 1px 0 hsla(0,0%,100%,.2)}.ckbx-style-17 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;border-radius:4px;transition:all .2s ease;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);background:#f25f5c;z-index:2}.ckbx-style-17 input[type=checkbox]:checked+label:before{background:#333}.ckbx-style-17 input[type=checkbox]:checked+label:after{left:1.1em;background:#70c1b3}.ckbx-circle-1{font-size:24px}.ckbx-circle-1 input[type=checkbox]{position:absolute;opacity:0}.ckbx-circle-1 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-circle-1 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#333;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);border-radius:100%}.ckbx-circle-1 label:after{content:"";position:absolute;width:.6em;height:.6em;border-radius:100%;left:.2em;top:.2em;transition:all .2s ease;background:#f25f5c;z-index:2}.ckbx-circle-1 input[type=checkbox]:checked+label:after{background:#70c1b3}.ckbx-circle-2{font-size:24px}.ckbx-circle-2 input[type=checkbox]{position:absolute;opacity:0}.ckbx-circle-2 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-circle-2 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#333;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);border-radius:100%}.ckbx-circle-2 label:after{content:"";position:absolute;width:.6em;height:.6em;border-radius:100%;left:.2em;top:.2em;transition:all .2s ease;background:#f25f5c;animation:c .2s ease-out}.ckbx-circle-2 input[type=checkbox]:checked+label:after{background:#70c1b3;width:1em;height:1em;top:0;left:0;animation:b .2s ease-out}.ckbx-circle-3{font-size:24px}.ckbx-circle-3 input[type=checkbox]{position:absolute;opacity:0}.ckbx-circle-3 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-circle-3 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#fcfff4;border-radius:100%;box-shadow:0 2px 5px 0 rgba(0,0,0,.3)}.ckbx-circle-3 label:after{content:"";position:absolute;width:.6em;height:.6em;border-radius:100%;left:.1em;top:.1em;transition:all .2s ease;background:#f25f5c;border:.1em solid #fcfff4;z-index:2}.ckbx-circle-3 input[type=checkbox]:checked+label:after{background:#70c1b3}@keyframes b{50%{transform:scale(1.3)}}@keyframes c{50%{transform:scale(.3)}}.ckbx-circle-4{font-size:24px}.ckbx-circle-4 input[type=checkbox]{position:absolute;opacity:0}.ckbx-circle-4 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-circle-4 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;border-radius:100%}.ckbx-circle-4 label:after{content:"";position:absolute;width:.6em;height:.6em;border-radius:100%;transition:all .2s ease;background:transparent;border:.2em solid #f25f5c;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);animation:d .2s ease-out}.ckbx-circle-4 input[type=checkbox]:checked+label:after{border-color:#70c1b3;animation:d .2s ease-out}@keyframes d{50%{transform:scaleX(.3)}to{transform:scaleX(1.3)}}.ckbx-square-1{font-size:24px}.ckbx-square-1 input[type=checkbox]{position:absolute;opacity:0}.ckbx-square-1 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-square-1 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#333;box-shadow:0 2px 5px 0 rgba(0,0,0,.3)}.ckbx-square-1 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;transition:all .2s ease;background:#f25f5c;z-index:2}.ckbx-square-1 input[type=checkbox]:checked+label:after{background:#70c1b3}.ckbx-square-2{font-size:24px}.ckbx-square-2 input[type=checkbox]{position:absolute;opacity:0}.ckbx-square-2 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-square-2 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#333;box-shadow:0 2px 5px 0 rgba(0,0,0,.3)}.ckbx-square-2 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.2em;top:.2em;transition:all .2s ease;background:#f25f5c;animation:c .2s ease-out}.ckbx-square-2 input[type=checkbox]:checked+label:after{background:#70c1b3;width:1em;height:1em;top:0;left:0;animation:b .2s ease-out}.ckbx-square-3{font-size:24px}.ckbx-square-3 input[type=checkbox]{position:absolute;opacity:0}.ckbx-square-3 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-square-3 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s;background:#fcfff4;box-shadow:0 2px 5px 0 rgba(0,0,0,.3)}.ckbx-square-3 label:after{content:"";position:absolute;width:.6em;height:.6em;left:.1em;top:.1em;transition:all .2s ease;background:#f25f5c;border:.1em solid #fcfff4;z-index:2}.ckbx-square-3 input[type=checkbox]:checked+label:after{background:#70c1b3}.ckbx-square-4{font-size:24px}.ckbx-square-4 input[type=checkbox]{position:absolute;opacity:0}.ckbx-square-4 label{position:relative;cursor:pointer;display:block;width:1em;height:1em}.ckbx-square-4 label:before{content:"";position:absolute;width:1em;height:1em;transition:background .1s ease .1s}.ckbx-square-4 label:after{content:"";position:absolute;width:.6em;height:.6em;transition:all .2s ease;background:transparent;border:.2em solid #f25f5c;box-shadow:0 2px 5px 0 rgba(0,0,0,.3);animation:d .2s ease-out}.ckbx-square-4 input[type=checkbox]:checked+label:after{border-color:#70c1b3;animation:d .2s ease-out}[class^=ckbx].ckbx-small{font-size:.5em}[class^=ckbx].ckbx-large{font-size:1.5em}[class^=ckbx].ckbx-xlarge{font-size:2.5em}
Может быть происходит конфликт с javascript, который использует wordpress? Подскажите как решить эту проблему.
0
cpp_developer
Эксперт
20123 / 5690 / 1417
Регистрация: 09.04.2010
Сообщений: 22,546
Блог
14.01.2018, 20:01
Ответы с готовыми решениями:

Не работает стилизованный input type file в мазиле
Здравствуйте. Не выскакивает окно выбора файла в мазле. http://smartapk.vv.si/chat2.html (кликните все в сад, появится кнопка...

Не правельно работает чекбокс
Привет, на сайте не правильно работает чекбокс, т.е. надо что бы когда стояла галочка доставка выводилась сумма доставки, а сейчас он на...

Как скрыть в wordpress ссылку внизу страницы "Сайт работает на WordPress" ?
Как скрыть в wordpress ссылку внизу страницы &quot;Сайт работает на WordPress&quot; ссылка ведет на сайт wordpress

2
33 / 31 / 18
Регистрация: 05.07.2014
Сообщений: 230
15.01.2018, 10:36
Давайте ссылку, посмотрим
0
 Аватар для nestercom
1 / 1 / 2
Регистрация: 03.04.2013
Сообщений: 73
15.01.2018, 16:55  [ТС]
http://webmasteroff.ru/contact
0
Надоела реклама? Зарегистрируйтесь и она исчезнет полностью.
raxper
Эксперт
30234 / 6612 / 1498
Регистрация: 28.12.2010
Сообщений: 21,154
Блог
15.01.2018, 16:55
Помогаю со студенческими работами здесь

Стилизованный scrollbar в select
Всем здравствуйте! Имеется стилизованный селект, прописанный под последнюю версию Qjuery. Подскажите, пожалуйста, как задать стиль...

Стилизованный input file
Ни у кого не завалялся кросбраузерный вариант там от 7го IE весьма?

Стилизованный селект на css
Реально сделать селект на css без js?

Стилизованный ипут-file
Можно ли как то что то похожее сделать на css+js, то что на вложенном скрине? У меня тут есть немного другой скриптик, но в нём нету...

Стилизованный скролл без бегунка
Добрый день, подскажите плагин для визуализации скролла, чтобы была возможность скрывать бегунок, а показывать только стрелки! Спасибо!


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
3
Ответ Создать тему
Новые блоги и статьи
Хочу заставить корпорации вкладываться в здоровье сотрудников: делаю мат модель здравосохранения
anaschu 22.03.2026
e7EYtONaj8Y Z4Tv2zpXVVo https:/ / github. com/ shumilovas/ med2. git
1С: Программный отбор элементов справочника по группе
Maks 22.03.2026
Установка программного отбора элементов справочника "Номенклатура" из модуля формы документа. В качестве фильтра для отбора справочника служит группа номенклатуры. Отбор по наименованию группы. . .
Как я обхитрил таблицу Word
Alexander-7 21.03.2026
Когда мигает курсор у внешнего края таблицы, и нам надо перейти на новую строку, а при нажатии Enter создается новый ряд таблицы с ячейками, то мы вместо нервных нажатий Энтеров мы пишем любые буквы. . .
Krabik - рыболовный бот для WoW 3.3.5a
AmbA 21.03.2026
без регистрации и смс. Это не торговля, приложение не содержит рекламы. Выполняет свою непосредственную задачу - автоматизацию рыбалки в WoW - и ничего более. Однако если админы будут против -. . .
1С: Программный отбор элементов справочника по значению перечисления
Maks 21.03.2026
Установка программного отбора элементов справочника "Сотрудники" из модуля формы документа. В качестве фильтра для отбора служит значение перечислений. / / Событие "НачалоВыбора" реквизита на форме. . .
Переходник USB-CAN-GPIO
Eddy_Em 20.03.2026
Достаточно давно на работе возникла необходимость в переходнике CAN-USB с гальваноразвязкой, оный и был разработан. Однако, все меня терзала совесть, что аж 48-ногий МК используется так тупо: просто. . .
Оттенки серого
Argus19 18.03.2026
Оттенки серого Нашёл в интернете 3 прекрасных модуля: Модуль класса открытия диалога открытия/ сохранения файла на Win32 API; Модуль класса быстрого перекодирования цветного изображения в оттенки. . .
SDL3 для Desktop (MinGW): Рисуем цветные прямоугольники с помощью рисовальщика SDL3 на Си и C++
8Observer8 17.03.2026
Содержание блога Финальные проекты на Си и на C++: finish-rectangles-sdl3-c. zip finish-rectangles-sdl3-cpp. zip
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2026, CyberForum.ru