@EdOther
Student - Programmer

Как изменить размеры удаления креста и placeholder?

HTML
spoiler
<form action="https://echo.htmlacademy.ru" method="post">
<input class="message" type="text" name="message" placeholder="Your message..."></form>

CSS
spoiler
.message {
    border: 3px none;
    border-radius: 5px 5px 5px 5px;
    background: white;
    width: 100%;
    height: 170px;
    font-size: 16px;
    padding: 5px;
    margin-top: 21px;
}

Как поднять placeholder вверх, и изменить размеры креста( или убрать его вообще)
spoiler
5d51632d095d4b52a63b75b47a7f7bfc.pngfeefc36f36d445dc8aea4a452b331d04.png
  • Вопрос задан
  • 748 просмотров
Пригласить эксперта
Ответы на вопрос 2
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;}
Ответ написан
Крестик по ходу добавляется или через яваскрипт, или псевдокласом :after
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы
26 апр. 2024, в 07:47
2000 руб./за проект
26 апр. 2024, в 06:46
1000 руб./в час
26 апр. 2024, в 05:31
1000 руб./за проект