Jump to content

prophet_07

User
  • Posts

    79
  • Joined

  • Last visited

  • Days Won

    4

Community Answers

  1. prophet_07's post in Как сделать отступы внутри div с параметром fixed? was marked as the answer   
    Для .footerPanel добавьте box-sizing: border-box
    Или ширину блока можно высчитать через: width: calc(100% - 40px);
  2. prophet_07's post in Верстка шаблона was marked as the answer   
    after должен к элементу добавляться какому либо. 
    #main_container{width:960px;margin:auto;}
    #main_container:after {
      content: '';
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
    }
  3. prophet_07's post in Не работает выпадающее меню на CSS was marked as the answer   
    Обновил здесь: https://jsfiddle.net/8f212v9f/4/
    На css если, как вариант такой. 
    Там к button добавляется: tabindex="0" и меняется hover на focus, только закрывать меню по клику вне блока.
    А так надежнее на js/ jquery сделать.
     
  4. prophet_07's post in Проблема с рамкой у body was marked as the answer   
    Так вам нужно: http://jsfiddle.net/22699nuh/1/
  5. prophet_07's post in padding для IE was marked as the answer   
    Начиная с 10-й версии IE не поддерживает условные комментарии, используйте хаки:
    http://ru.stackoverflow.com/questions/326952/ie-10-11-%D0%BD%D0%B5-%D0%B2%D0%B8%D0%B4%D0%B8%D1%82-%D1%83%D1%81%D0%BB%D0%BE%D0%B2%D0%BD%D1%8B%D0%B5-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%80%D0%B8%D0%B8
×
×
  • 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