Internet Explorer (commonly abbreviated to IE or MSIE) is a web browser developed by Microsoft and is included as part of Microsoft Windows.

learn more… | top users | synonyms (2)

5
votes
2answers
4k views

IE Alternative to Column-Count & Column-Gap

I am wondering if there is an IE alternative to using column-count and column-gap? I have made this post about creating a list that automatically create a new column for every fifth element. Leniel ...
3
votes
4answers
4k views

CSS3 Animation in IE8/9

I understand that CSS3 animations do not work in IE. I was just wondering if there is a JavaScript workaround for this problem. Here's a link to what I want to recreate in IE: ...
36
votes
3answers
33k views

How to detect IE7 with jQuery?

How to detect IE7 with jQuery possibly using jQuery.browser?
2
votes
2answers
23 views

JSON syntax error in IE8?

I have a site that otherwise works well in most browsers and I started off having errors in IE8 Saying JSON is undefined. Internets told me to drop in json2.js and things would be fine. Now it gives ...
0
votes
0answers
13 views

Go and gorilla sessions in Internet Explorer

I'm making a simple web app using Go, gorilla for sessions and routing, and mustache for templates. I'm having an issue with the login involving, I believe, a problem with IE accepting the cookie. ...
10
votes
9answers
16k views

How to detect IE7 and IE8 using jQuery.support

How can I detect IE 7 and IE 8 using jQuery.support properties? Is it possible to detect the browser versions using jQuery.support or just those blah blah blah browser features?
0
votes
0answers
16 views

IE10 on file input, can't drag and drop, and opening file instead

So, I have a standard file input, and I try to overwrite it with a huge image, to make it as a place for drag and drop. it works for Chrome and Firefox, I believe because even standard file input ...
1
vote
1answer
23 views

jquery ui datepicker Internet explorer css issue

I've been using the jquery ui datepicker as an event calendar and it works great in Firefox and Chrome. However, it does not work correctly in IE 8 and 9. What should happen is the selected dates ...
0
votes
1answer
28 views

Powershell: Download or Save source code for whole ie page

I have this PS script it logins to a site and then it navigate's to another page. I want to save whole source for that page. but for some reason. some parts of source code is not coming across. ...
1
vote
5answers
3k views

JQuery - dynamic selects and options not working in IE9

I have a dynamic select that needs to be driven off another select, but I cannot seem to get it working in IE (using IE9). I've seen this post here but (unless I'm not understanding it) this didn't ...
2
votes
1answer
253 views

Why does JS refresh properly in all browsers except IE?

I need the page to reload every 8 seconds. It works just fine in Chrome, Firefox, and Safari, but in IE, it stops refreshing after anywhere from 1 to 12 refreshes. That is problematic. The following ...
-1
votes
1answer
30 views

IE displays empty line when i use UFT-8 [closed]

In my PHP code I use the encoding UFT-8 to show Arabic texts . This works fine in FF, but not in Chrome and IE. IE displays a blank line at the top of the page when I use UFT-8 . When I replace ...
2
votes
1answer
114 views

IE Doesn't run remote JS properly but local runs fine

My page works in every browser except in IE 10. When I run this page locally in IE 10 there seems to be no problem whatsoever, only when I open the page remotely with IE 10. The JavaScript is ...
0
votes
1answer
14 views

Powershell: cannot call a method on a null-valued expression error

I am trying to login to a website via powershell. Here is PS code $username = "userhere" $password = "passhere" $ie = New-Object -com InternetExplorer.Application $ie.visible=$false ...
-3
votes
3answers
42 views

How to include a css different for IE into html [closed]

I want to include different css for internet explorer into html rather then my normal css. Can you provide me the code? Also I want to know that is it necessary to hide the normal css file in IE.

1 2 3 4 5 1312
15 30 50 per page