Questions tagged [ie7.js]

ie7.js, and later versions ie8.js and ie9.js, are Javascript tools to add missing functionality to IE6 and subsequent versions of Internet Explorer.

ie7.js, and later versions ie8.js and ie9.js, are Javascript tools to add missing functionality to IE6 and subsequent versions of Internet Explorer.

Further information and downloads can be found here: http://code.google.com/p/ie7-js/

30 questions
0
votes
3 answers

javascript div extending beyond container in IE7 ~ help!

I have an empty div called #lightPole that has a background image of a lightpole. I am running a script to make the lightpole extend the length of the container. Everything looks good in most browsers except IE 7. For some reason that I can't figure…
bjstone15
  • 83
  • 8
0
votes
2 answers

Jquery Validation not working in IE7

Working on this site: http://changemyaddressform.com/ in regards to my Jquery.Validate and .Datepicker. Neither are working in IE7 which leads me to beleive I have something simple wrong...can anyone help this noobie? Works fine in IE8, FF, Safari,…
user466459
  • 13
  • 3
0
votes
1 answer

Effect.SlideDown (Scriptaculous) broken in IE7

Recently, I've been trying to work with Prototype & Scriptaculous to have a rather simple SlideDown & ScrollTo effects to fill out a form for their application. It works fine in FF3, FF4, Chrome, Safari, Opera, IE9, and IE8. I knew IE6 would be an…
0
votes
0 answers

How to send post request with xmlhttpRequest in internet explore 7

Here i'm sending post data using xmlHttpRequest along with binary data. but xhr.send(formdata); giving error of invalid argument. var formData = {}; formData.files= options[0].file; var bodyValues = options[0]; delete bodyValues.file; …
0
votes
1 answer

Page in Explorer < 8 doesn't get styled for some reason

I am setting up a page partly in HTML5 styling in combination with the ie7.js script (which enables html5 styling support). It worked before flawlessly, but now I'm using the same setup, the website comes up in IE6/7 unstyled. I've been busy with it…
grrrbytes
  • 312
  • 2
  • 15
0
votes
2 answers

Why is ie7-js requesting CSS files from my application?

I'm trying to use the ie7-js library to make my browsers less than ie9 think they're ie9. The library is hosted here: http://code.google.com/p/ie7-js/ and I'm referencing it as follows in my master page: