Border у input в ие7


Border for <input type=submit> not working properly in IE7





Для того чтобы убрать и переназначить border у input пишем следующее через условные комментарии

<!--[if IE]>
 <style type="text/css"> input { filter:chroma(color=#000000); border : 1px solid #C7D1D4; } </style>
 <![endif]-->


Комментарии