Tagged Questions
The ie7.js tag has no wiki summary.
2
votes
2answers
844 views
Does IE7 not fully support javascript's insertBefore method?
I have the following code which works perfect in Chrome, IE8, and FF. However, I get an error when I'm testing it with IE7. Does anyone have a clue what's happening here?
function do_replace(s, ...
2
votes
1answer
238 views
IE7-js: reapply fixes after DOM changes
I've been using IE7-js for a while and now I need to re-apply the IE fixes after DOM changes (eg. new elements added).
How should I do so? I tried with the ie7-recalc.js script, but witouth success.
1
vote
2answers
291 views
jquery: js-cookie in ie7 not working?
hey guys,
don't get it... I want to show a bar at the top of my page only if viewed with ie6, ie7 or ie8.
<div id="topbar">
<div class="topbarcontent">Some Information for ...
1
vote
1answer
234 views
How can I deal with the following error I get when I use Dean Edwards' IE7.js with IE6?
I'm using Dean Edwards' IE7.js for IE6
<!--[if lt IE 7]>
<script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js"
type="text/javascript"></script>
...
0
votes
1answer
23 views
Dynamic dropdown in mootools is not getting populated in IE7. Working fine in IE8
I am firing an ajax call to get json response which I am populating in the dropdown.
Code is:
var ajaxURL = "abc.ajax";
var fireAjax = new Request.JSON({
url: ajaxURL,
method:'GET',
...
0
votes
1answer
63 views
Instead of rounding them, PIE disappears with the borders
I do not know what might be happening!
I took some pictures to try to help you understand ... follows:
Internet Explorer 9
Internet Explorer 8
Internet Explorer 7
Code
Css
...
0
votes
1answer
136 views
setInterval and clearInterval jquery - stackoverflow in IE7
I have a jquery code that is moving up and down continuously a div containing a list with logos. The animation is repeating within a set interval and is all seems to be working as expected in Chrome, ...
0
votes
3answers
69 views
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 ...
0
votes
2answers
110 views
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 ...
0
votes
1answer
334 views
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, ...
0
votes
1answer
170 views
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 ...
0
votes
2answers
259 views
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 ...
0
votes
3answers
472 views
Is there any jquery version of IE7.js available?
I need jquery version of IE7.js or any other similar jquery based js for same thing?
http://code.google.com/p/ie7-js/
0
votes
1answer
289 views
Problem in IE 7 and 6 with Drupal and jquery tools
While the Jquery tools code seems to work well in chrome and FF it is not working in IE 6 or 7 ...
http://designbracket.com/ I am using Overlay on the Our Services Link and the links under it ...