Some websites display content differently according to the agent submitted by the user. For example, if the user agent is IE 6, the language used to render the web page (e.g. PHP) can be used to add a class to the element, that is, CSS, and then use CSS to control what is displayed or not. Or a separate user file may be added depending on the user agent.
Several years ago, Opera recommended installing the User Agent as IE 6, because websites would not be displayed consistently if the user agent was not one of IE or Mozilla. But, I think, this is no longer the case.
Divya manian
source share