Turn off the display of the XP system theme in IE
If the development environment is an XP system, the input tag in IE will match the XP system theme, affecting the uniformity of the appearance. Use the following method to turn it off.
Add the following META Tags that optionally cause your HTML content to not have the same appearance as that operating system for certain elements (such as buttons and scroll bars):
Turn off IE's image toolbar
IE's image toolbar is sometimes annoying, and I accidentally found a way to close it on MSDN
The image toolbar can be disabled through the meta tag , or through IMG Set the attribute GALLERYIMG="no" on the markup element to disable it.