Jul 23rd by Neil under Hints and Tips, Web Design
Comments↓
Just a little web design hint for your enjoyment.
If you have forms on your website you know how annoying it is that IE renders password boxes smaller than normal text boxes. Well there is a quick and easy CSS fix:
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
Obviously you can change the family and size to suit your site.
0
Related Posts:
- Login directly from a page in WordPress using a sidebar login form
- Menu only logged in users or certain users can see
- More Advanced Menu only logged in users or certain users can see
- Page Templates in WordPress
- Using multiple/different headers, sidebars, footers and comment templates in WordPress
- Opencart v1.4.0 – It just gets better and better

