Jump to content

enemo

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by enemo

  1. Шаман! Огромное спасибо, получилось. Тяжела доля новичка.
  2. Задача - получить одинаковые по высоте поле ввода и submit. Код: <style type="text/css"> input.search-fields { font-family: Verdana, monospace; font-size: 14px; color:#FFFFFF; background-color:#000000; border: 2px solid #000; padding: 2px; margin: 0; outline: none; height: 19px; } input.search-fields[type="submit"] { text-align: center; height: 27px; } </style> </head> <body> <form id="search" action="search.html" method="GET"> <input name="search-text" type="text" size="15" class="search-fields" id="search-text" autocomplete="off"> <input type="submit" class="search-fields" value=" >> "> </form> </body> </html> В IE8 и FF3.6 получаю такую картинку: Никак не пойму, откуда берётся лишний пиксел над полем ввода. Если уменьшить высоту сабмита на 1 пиксел - то по верхней границе они выравниваются. Посоветуйте, други, как правильно и кроссбраузерно это сделать?
×
×
  • 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