Jump to content

TuTaHuKk

User
  • Posts

    83
  • Joined

  • Last visited

Community Answers

  1. TuTaHuKk's post in Независимая ширина меню от родительского элемента was marked as the answer   
    http://codepen.io/TuTaHuKk/pen/pyagzG?editors=1100
  2. TuTaHuKk's post in Три адаптивных колонки с изображениями разного размера и колонкой с текстом was marked as the answer   
    Вы имели веду вот это:
     
    http://codepen.io/anon/pen/jWdjZW?editors=1100
  3. TuTaHuKk's post in Проблема с воспроизведением дизайна в вёрстке was marked as the answer   
    Вот как нибудь так!
     
    http://jsfiddle.net/Locbv0ve/
  4. TuTaHuKk's post in Проблема с бордером в андроид was marked as the answer   
    body {

    border-top: 8px solid #a292b3;
    margin: 0 auto;
    font-family: "SegoeUIRegular";
    border-bottom: 8px solid #82699d;
    background: url(../img/footer-background.png) repeat-x;
    background-position: bottom;
    }
     
    добавьте к примеру
    min-width: 1200px; 
  5. TuTaHuKk's post in Проблема с выпадающим меню was marked as the answer   
    #nav li ul li a {

    width: 200px;
    display: block;
    margin-bottom: 1px;
    margin-left: 5px;
    font: bold 12px/150% Verdana, Arial, Helvetica, sans-serif;
    text-shadow: none;
    padding: 8px 5px;
    border: 1px solid black;
    z-index: 800000;
    position: relative;
    }
     
    Поставьте margin-bottom: 0px;
×
×
  • 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