Monday, May 28, 2012

IE CSS: Make input password same size with input text

Let declare css for input types with same font, e.g:

<style type="text/css">
  input {
      font-family: sans-serif;                
  }
</style>

No comments:

Post a Comment

Subscribe to RSS Feed Follow me on Twitter!