Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/2015 in Posts

  1. Одно дело законсолить данные, а дальше что ? Советую посмотреть в сторону handlebarsjs. http://habrahabr.ru/post/218743/
    1 point
  2. jQuery.each(json.news, function(idx, obj) { alert(idx + '__' + obj.title); });
    1 point
  3. nav .menu {text-align: center;width: 100%;/* margin-top: 10px; */}nav .menu li {display: inline-block;padding: 20px 5px 5px 5px;position: relative;margin-right: 2%;}nav .menu li ul.sub-menu {display: none;background: rgba(0,0,0,.6);position: absolute;/* top: -155px; */bottom: 100%;left: -25px;width: 230px;padding: 15px;}nav .menu li ul.sub-menu li {display: block;width: 100%;text-align: left;list-style-type: circle;padding: 5px;}Заменить в css
    1 point
  4. Мне кажется лучше сделать background-size: 100% auto; Можно еще попробовать сделать с помощью псевдоэлементов.
    1 point
  5. nav .menu {text-align: center;width: 100%;overflow: hidden;margin-top: 10px;}overflow: hidden; <— убери
    1 point
  6. попробуй такое <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
    1 point
This leaderboard is set to Kiev/GMT+02:00
×
×
  • 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