Jump to content

afdw

User
  • Posts

    1,216
  • Joined

  • Last visited

  • Days Won

    22

Everything posted by afdw

  1. Всегда показывать скролл.
  2. <script language="javascript"> Закрыть забыли. Вставьте перед </head>: </script>
  3. http://gildas-lormeau.github.io/zip.js/demos/demo1.html http://stuk.github.io/jszip/
  4. ul.share{ width: 376px; height: 27px; margin-top: 15px; float: right } ul.before{ content: "Поделиться: "; }
  5. afdw

    Pop-up окошки

    http://api.jqueryui.com/dialog/#entry-examples
  6. http://cssdeck.com/labs/663rc75g
  7. Может, вы имели ввиду кеш?
  8. У меня Chrome, linux x64(ubuntu). Отображается всё нормально.
  9. doc - бинарный файл, docx - архив с xml.
  10. http://htmlbook.ru/css/selector/sibling
  11. http://kaktus-group.ru/stshome/img/logo.jpg Всё без antialising, крыша кривая.
  12. Постепенно уменьшайте ширину окна браузера, и если верстка начала вести себя неправильно, добавляйте текущую ширину в @media.
  13. http://jsfiddle.net/m2qgzdzh/
  14. Спасибо, сделал как вы предложили только немного по другому. В body добавил ещё background-image: url(...); Только вопрос, как её теперь позиционировать и изменять размеры? http://htmlbook.ru/css/background-size http://htmlbook.ru/css/background-position
  15. body { background: black, url(...) no-repeat left bottom; }
  16. http://jsbin.com/zuhezovatoru/2/edit
  17. <input type="tel" pattern="^((8|\+7)[\- ]?)?(\(?\d{3}\)?[\- ]?)?[\d\- ]{7,10}$" required>
  18. site.com/index.htmlВыглядит не очень, лучше site.com
  19. <form class="form-inline" action="send.php" method="post"> <input type="tel" id="tel" name="tel" placeholder="Ваш телефон (мы перезвоним)" class="input-lg"> <button type="submit" class="btn btn-primary">Оставить заявку</button> </form>
×
×
  • 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