Top "Internet-explorer" questions

A web browser developed by Microsoft and included with Windows.

Hide scroll bar, but while still being able to scroll

I want to be able to scroll through the whole page, but without the scrollbar being shown. In Google Chrome …

html css google-chrome internet-explorer firefox
What does <meta http-equiv="X-UA-Compatible" content="IE=edge"> do?

What's the difference if one web page starts with <!DOCTYPE html> <html> <head> <…

html internet-explorer browser x-ua-compatible
How to downgrade from Internet Explorer 11 to Internet Explorer 10?

As a developer, I found the new Internet Explorer version to be a complete nightmare. I turned the windows feature …

internet-explorer internet-explorer-11
Using <meta> tags to turn off caching in all browsers?

I read that when you don't have access to the web server's headers you can turn off the cache using: &…

html internet-explorer firefox caching asp.net-web-api
Check if user is using IE

I am calling a function like the one below by click on divs with a certain class. Is there a …

javascript jquery internet-explorer browser-detection
Force IE compatibility mode off using tags

I am doing work for a client who forces compatibility mode on all intranet sites. I was wondering if there …

html internet-explorer
What is the size limit of a post request?

Sorry if this is duplicate,I would think it would be but couldn't find anything. I have a flex application …

php internet-explorer http post
"X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"

<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" /> Actually what is the meaning of this statement ? Some …

html internet-explorer x-ua-compatible
Support for "border-radius" in IE

Does anyone know if/when Internet Explorer will support the "border-radius" CSS attribute?

internet-explorer css
Detect IE version (prior to v9) in JavaScript

I want to bounce users of our web site to an error page if they're using a version of Internet …

javascript internet-explorer user-agent browser-detection