Web developer, seo.
Контакты

Наибольший вклад в теги

Все теги (11)

Лучшие ответы пользователя

Все ответы (11)
  • Отображение полей select в safari?

    no1s1a
    @no1s1a Автор вопроса
    Самый темный час - перед рассветом!
    В общем нашел решение, спасибо всем за оперативность и тд и тп (сарказм). Проблема решается не paddingom и не webkitами. А text-indent: 10px; Не понятно, почему гении из эйпл не научили свой браузер элементарным вещам!
    Ответ написан
    Комментировать
  • Как изменить размеры удаления креста и placeholder?

    no1s1a
    @no1s1a
    Самый темный час - перед рассветом!
    Да есть решение. Даже анимацию можно запилить для него без всякой лабуды в виде дополнительных плагинов.
    ::-webkit-input-placeholder {color:#feb500;}
    ::-moz-placeholder          {color:#feb500;}/* Firefox 19+ */
    :-moz-placeholder           {color:#feb500;}/* Firefox 18- */
    :-ms-input-placeholder      {color:#feb500;}
    input::-webkit-input-placeholder       {text-indent: 0px;   transition: text-indent 0.3s ease;}
    input::-moz-placeholder                {text-indent: 0px;   transition: text-indent 0.3s ease;}
    input:-moz-placeholder                 {text-indent: 0px;   transition: text-indent 0.3s ease;}
    input:-ms-input-placeholder            {text-indent: 0px;   transition: text-indent 0.3s ease;}
    input:focus::-webkit-input-placeholder {text-indent: 500px; transition: text-indent 0.3s ease;}
    input:focus::-moz-placeholder          {text-indent: 500px; transition: text-indent 0.3s ease;}
    input:focus:-moz-placeholder           {text-indent: 500px; transition: text-indent 0.3s ease;}
    input:focus:-ms-input-placeholder      {text-indent: 500px; transition: text-indent 0.3s ease;}
    Ответ написан
    1 комментарий
  • Что не так с моей яндекс-метрикой?

    no1s1a
    @no1s1a
    Самый темный час - перед рассветом!
    <?php
    <script>
      (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
      (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
      m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
      })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
    
      ga('create', 'UA-104753282-1', 'auto');
      ga('send', 'pageview');
    
    </script>
    
    ?>

    Вот так правильно, но я не понимаю зачем выносить гугл аналитикс в отдельный файл. Скопируйте содержимое этого файла, вставьте вместе с тегом script в хедер и все.
    Ответ написан
    3 комментария

Лучшие вопросы пользователя

Все вопросы (14)