View Single Post
Old 11-15-2012, 06:51 PM   PM User | #1
sidhu688
New to the CF scene

 
Join Date: Nov 2012
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
sidhu688 is an unknown quantity at this point
HTML input button padding issue

I have this below input button HTML.The issue is that when i go to developer tools and say change the text in the input button the padding increases by itself in IE9 .I tested the same in chrome and the padding stays the same over there .Also i ran the above code in w3schools site in IE 9 and there also the padding stays the same after changing the text inside .Can someone please give me some direction.

<html>
<head>
<title>
my page
</title>

</head>

<body>

<input type="button" id="btn1" value="test" />

</body>
</html>
sidhu688 is offline   Reply With Quote