Page is a not externally linkable
EfeBuyuran - 10:19 pm on Sep 14, 2011 (gmt 0)
Hello guys,
What I'm writing today is a problem that has been haunting me for years. I stylize input fields on CSS, give them paddings to place them in the middle of the box but EACH browser shows them different.
I took screenshots to accurately pin-point the problem.
Google Chrome: [imageshack.us...]
Firefox: [imageshack.us...]
IE: [imageshack.us...]
Here's the code:
.div43 input[type="text"] {
width: 180px;
height: 18px;
padding: 0;
margin: 4px 0px 0px 8px;
outline: none;
color: #333;
font-family: Tahoma, Geneva, sans-serif;
font-size: 11px;
border: none;
background: none;
}
Also, I've already reset my CSS by [meyerweb.com...]
Thanks in advance!
I really need to fix this.