I want to put border for input type but this is not working properly in IE7
<input type="submit" value="Login" style="border : 1px solid #C7D1D4;">
In other browser this is working along with IE8 but for IE7 it puts an extra black color border. Can this be resolved or the browser’s default activity?
Try this: