Jump to content

andrey7287

User
  • Posts

    388
  • Joined

  • Last visited

  • Days Won

    30

Community Answers

  1. andrey7287's post in сделать пропорциональный блок was marked as the answer   
    https://jsfiddle.net/yjy116vm/17/
     
  2. andrey7287's post in капризы Flex-basis was marked as the answer   
    img { max-width: 100%; }  
  3. andrey7287's post in почему рамка сплюснулась was marked as the answer   
    .border { border: 3px dashed orange; display: inline-block; }  
  4. andrey7287's post in CSS сетки was marked as the answer   
    2 колонки
    Умножение появилось для того что упростить жизнь, но вы можете использовать сложение.
    100 / 12 = 1 колонка
    100 / 12 + 100 / 12 = 2 колонке 
    Так понятнее ?
  5. andrey7287's post in Несколько popup окон на одной странице на чистом JS was marked as the answer   
    https://jsfiddle.net/rjno6o9q/3/
  6. andrey7287's post in Как поменять блоки разных родителей местами? was marked as the answer   
    А самому попробовать ? 
    Не разу не использовал Pull и Push в бутстрап. При грамотном подходе они просто не нужны. Если возникают какие то сложности, проще сверстать отдельно взятый блок ТАК как вам нужно, не стоит становится заложником технологии.   
    Как вариант, не большие элементы можно подвигать через translate или position. 
    Про JS уже написали. Выбирайте что вам подходит. Успехов.
  7. andrey7287's post in Скачет гармошка was marked as the answer   
    Не удивительно, там же якоря... Тут вопрос скорее почему этого НЕ происходит в исходной демке. 
     
     
  8. andrey7287's post in vertical alignment in bootstrap column was marked as the answer   
    Для обёртке 
    display: table-row;
    Для блоков с картинкой и текста
    display: table-cell;
    vertical-align: middle;
    бутстрап убирай 
     
  9. andrey7287's post in Преобразование смешанной строки в число JavaScript was marked as the answer   
    https://jsfiddle.net/Andrey7287/5t2xrbzo/1/
  10. andrey7287's post in Кнопка "вернуться назад". Ошибка TypeError: ... is null was marked as the answer   
    Не усложняйте
    if (backwardButton)  
  11. andrey7287's post in Стилизация чекбокса без label was marked as the answer   
    .product input {   width: 0px;   height: 0px;   }  
  12. andrey7287's post in Переменная выбирается из диапазона. Как вывести свои числа в зависимости от значения этой переменной? was marked as the answer   
    var summ ; switch (amount) { case '7': summ = 7000; break; case '8': summ = 8000; break; case '9': summ = 9000; break; case '10': summ = 10000; break; default: summ = "нет данных"; }  
  13. andrey7287's post in Как разделить страницу на 2 части по вертикали? was marked as the answer   
    https://jsfiddle.net/Andrey7287/tkz3gzc9/
  14. andrey7287's post in Интересная JQuery задачка was marked as the answer   
    https://jsfiddle.net/Andrey7287/y3L89Ldf/9/
  15. andrey7287's post in Блок Обратная связь was marked as the answer   
    https://jsfiddle.net/Andrey7287/ajrruwxt/
  16. andrey7287's post in Шесть колонок - таблица или div was marked as the answer   
    http://codepen.io/anon/pen/EPXEdj
  17. andrey7287's post in перечеркнуть див was marked as the answer   
    так?
    http://jsfiddle.net/Andrey7287/pgu3m2sz/
  18. andrey7287's post in div падает was marked as the answer   
    Ну собственно я вам сразу написал что делать.
     
     
      div menu обернуть ещё в один div, которому задать width 20%
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy