Top "Internet-explorer" questions

A web browser developed by Microsoft and included with Windows.

How do I view cookies in Internet Explorer 11 using Developer Tools

I'm looking for how to view the cookies set using developer tools in IE11. I see an option in network …

internet-explorer cookies ie11-developer-tools
How do I make background-size work in IE?

Is there any known way to make the CSS style background-size work in IE?

css internet-explorer
Input placeholders for Internet Explorer

HTML5 introduced the placeholder attribute on input elements, which allows to display a greyed-out default text. Sadly the Internet Explorer, …

javascript html internet-explorer placeholder
'console' is undefined error for Internet Explorer

I'm using Firebug and have some statements like: console.log("..."); in my page. In IE8 (probably earlier versions too) I …

javascript internet-explorer internet-explorer-8 ie-developer-tools
Remove the complete styling of an HTML button/submit

Is there a way of completely removing the styling of a button in Internet Explorer? I use a css sprite …

html css internet-explorer button state
How to support placeholder attribute in IE8 and 9

I have a small issue, the placeholder attribute for input boxes is not supported in IE 8-9. What is the …

html internet-explorer placeholder
Cookie blocked/not saved in IFRAME in Internet Explorer

I have two websites, let's say they're example.com and anotherexample.net. On anotherexample.net/page.html, I have an …

internet-explorer cookies privacy p3p
Driver executable must be set by the webdriver.ie.driver system property

I am using Selenium for automating the tests. My application exclusively uses IE, it will not work on other Browsers. …

java internet-explorer selenium-webdriver webdriver system-properties
Can not run Java Applets in Internet Explorer 11 using JRE 7u51

Today I updated my Java version to 7u51. After the installation, I cleared Java Cache, browser's Cache, and logged into …

c# java internet-explorer applet jnlp
'innerText' works in IE, but not in Firefox

I have some JavaScript code that works in IE containing the following: myElement.innerText = "foo"; However, it seems that the …

javascript internet-explorer firefox cross-browser