Jump to content

nlady

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nlady

  1. Вот финальный вариант + указание input[type=image]:focus { outline: none; } в стилях.css: <input class="button_knopa" onclick="this.form.searchword.focus();" onfocus="this.blur();" style="outline: none;" type="image" value=""> Просто следуя предложенным действиям, не получается решить вопрос. При добавлении input[type=text]:focus { outline: none; } в файлик стилей.css и даже напрямую через style к элементу <input> Хром продолжает упорно рисовать рамку.Различные вариации, по типу: input, textarea {outline:none;} input:active, textarea:active {outline:none;} :focus {outline:none;}также не спасают. Подскажите, пжлста, в чем может быть ошибка?
  2. На удивление описанный метод не решает проблему с рамкой в Chrome, возможно ли иначе побороть её?
×
×
  • 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