Top "Internet-explorer-8" questions

Windows Internet Explorer 8 is a web browser developed by Microsoft, released on 19 March 2009 for Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, and Windows 7.

In IE8 enter key in a form does not work

I have a problem that in IE8 the enter does not work to submit a form. I have generated a …

forms internet-explorer-8 enter
ADFS authentication - IE8 works, Chrome fails

so, have web-site configured for ADFS 2.0 authentication... for IE - it works fine and did authentication correct for Chrome - …

google-chrome internet-explorer-8 adfs2.0
Incorrect vertical alignment in IE8

The default text in my search box looks fine in Chrome, FF, and Safari (vertical-align: middle). However, the default text …

css internet-explorer-8
IE7 & 8 not fireing jQuery click events for elements appended inside a table

I have an IE bug that I'm not sure how to fix. Using jQuery I'm dynamically moving a menu to …

jquery css internet-explorer-8 internet-explorer-7
Will targeting IE8 with conditional comments work?

When IE8 is released, will the following code work to add a conditional stylesheet? <!--[if IE 8]> <…

html css internet-explorer internet-explorer-8 stylesheet
JPEG Shows in Firefox but Not IE8

I'm working on a Sidebar Gadget and cannot get my JPEGs to show up (PNGs work). When I try to …

internet-explorer-8 jpeg windows-desktop-gadgets
contenteditable=false inside contenteditable=true block is still editable in IE8

I have the following HTML intending to make sure that the inner span isn't editable. This works in other browsers …

html internet-explorer-8 contenteditable
HTML5 input validation doesn't work in IE8

Hello kind people of the internet, I've been hacking at this for a while...and have seen several similar postings, …

html internet-explorer-8 modernizr
Placeholders are not displaying in IE8 for Bootstrap

I am using Bootstrap for my project. The placeholders are displaying fine for all browsers except in Internet Explorer 8 and …

jquery twitter-bootstrap internet-explorer-8 placeholder
How to handle lack of JavaScript Object.bind() method in IE 8

I am writing a bit of JavaScript that uses the Object.bind method. funcabc = function(x, y, z){ this.myx = …

javascript internet-explorer-8 cross-browser bind backwards-compatibility