Top "Internet-explorer" questions

A web browser developed by Microsoft and included with Windows.

Selenium Webdriver submit() vs click()

Let's say I have an input in a form (looks like a button and interacts like a button) which generates …

java selenium internet-explorer selenium-webdriver submit
Why don't self-closing script elements work?

What is the reason browsers do not correctly recognize: <script src="foobar.js" /> <!-- self-closing script element …

javascript html internet-explorer xhtml
CSS Selector for <input type="?"

Is there any way with CSS to target all inputs based on their type? I have a disabled class I …

css internet-explorer css-selectors
Detecting the onload event of a window opened with window.open

window.popup = window.open($(this).attr('href'), 'Ad', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); $(window.popup).onload = function() { alert("…

javascript internet-explorer firefox google-chrome popup
CSS to hide INPUT BUTTON value text

I am currently styling an <input type='button'/> element with the following CSS: background: transparent url(someimage); color: …

css internet-explorer drupal input transparency
MSIE and addEventListener Problem in Javascript?

document.getElementById('container').addEventListener('copy',beforecopy,false ); In Chrome / Safari, the above will run the "beforecopy" function when the content …

javascript internet-explorer addeventlistener
CSS rounded corners in IE8

I'm having issues with rounded corners in IE8. I've tried a few methods without success. Here is my code: <…

css internet-explorer internet-explorer-8 rounded-corners
Date constructor returns NaN in IE, but works in Firefox and Chrome

I'm trying to build a little calendar in JavaScript. I have my dates working great in Firefox and Chrome, but …

javascript internet-explorer date
Force IE9 to emulate IE8. Possible?

Is this possible at all? I tried adding this to the page but it didn't change a thing. <meta …

html internet-explorer browser ie8-compatibility-mode x-ua-compatible
FIX CSS <!--[if lt IE 8]> in IE

How can I use this: <!--[if lt IE 8]> <style type='text/css'> #header ul#h-menu …

css internet-explorer internet-explorer-8