This describes bugs which specifically affect Internet Explorer 7 (IE7), these may be JavaScript, CSS, or other in-browser issues which affect only Internet Explorer version 7.
7
votes
3answers
160 views
HTML layout problem in IE7
I have some html:
<body>
<h1 id="header"></h1>
<div id="container">
<div id="left">
</div>
<div id="content">
<div ...
6
votes
2answers
196 views
CSS left: -50% causing IE7 to ignore width
A fully working example is availiable here on jsFiddle. I strongly encourage you to look here as the CSS is kind of large, and I didn't want to paste it here (making my question hard to read).
I have ...
4
votes
1answer
241 views
How do I fix IE7 right float bug without changing order of content
I have list items, with a span, set to inline-block and floated right. This is the result
Here's a link to jsFiddle: http://jsfiddle.net/8bR3u/.
I've seen several suggestions to fix this by ...
4
votes
2answers
648 views
javascript split regex bug in IE7
I am trying to split with this regex ({[^{}]*}) in javascript and I get different result btw IE7 and FF. The firefox result is the right one.
<style>
.box.round {
border-radius: 10px;
}
...
3
votes
2answers
65 views
jQuery :contains not working in ie7 (jQuery 1.3.5)
I'm trying to find a text inside a div. The code I have works in all browsers except IE7.
Below is the code:
<div class="demo">
Preveiw
</div>
Jquery:
...
3
votes
3answers
200 views
IE7 CSS problem: cannot get correct span width
I am having a problem getting the correct width of a span. It works in the following browsers and NOT in IE7:
Works in:
Firefox
Chrome
Safari
IE8
I need to get the correct width of the span so I can ...
3
votes
3answers
124 views
How can I make these menu items I created look right in IE7?
On this website:
www.americaspoeticsoul.com
I made a menu. Now, I just looked at it in this IE7 and the menu looks horrible. See...
In Chrome and all other Good Browsers:
And in Internet ...
3
votes
1answer
673 views
Is it true that IE7 doesnt support indexOf javascript?
Im developing for IE7 and have some troubles with the javascript function indexOf.
After browsing some sites I read that IE7 doesnt support indexOf. Is this correct, and if so, whats the easiest way ...
3
votes
3answers
116 views
CSS Overflow problem with IE7
I have a problem with IE7, i just noticed couple days ago that my floated divs are overfloating all the way out of the box to the left
here is the problem:
...
3
votes
2answers
220 views
Jquery crossfade light plugin :: Why this code not working in IE6+7?
Why this code not working in IE6+7?(my code)
http://jsfiddle.net/eLBPE/1/
Please help me I spent time without find the reason(I check on ie 6+7 - not working after I check that the code working in ...
3
votes
2answers
1k views
List Bullet Disappear in IE7
About
So this question has been asked time and time again, but I noticed something a little different; see below.
Standard Info:
Bullet displays in FF
Bullet does not appear in IE
Finding
The ...
2
votes
0answers
92 views
correcting display in IE7 with jQuery
My code displays correctly in every browser except IE7 and I'm not sure why. I've gone through so many threads about problems in IE7 to no avail. There are six similar li tag elements. They should ...
2
votes
0answers
178 views
how to make datetimepicker readonly in struts 2 compatible with ie7
I'm using the Dojo Struts2 datetimepicker, But textfield is editable with the keyboard. I want it in readonly.
I know that this question is answered on another thread, but the solution isn't ...
2
votes
1answer
58 views
Menu drawers slamming closed only in IE 7
I have this jQuery menu drawer system I developed that seems to work fairly well in all browsers except IE 7. I don't care about IE 6 and because of this new issue I'm seriously considering not ...
2
votes
2answers
401 views
Colorbox IE7 height issue
I'm having an issue that only occurs in IE7. Through a JavaScript function, I launch a colorbox. I define the height and width in the parameters.
IE7 seems to render the colorbox 40px shorter in ...
2
votes
1answer
72 views
Button Inconsistency in IE7 with padding
I have managed to improve button element consistency somewhat with CSS, but IE7 is still misbehaving. Button width is 2px greater in IE7 and button height is 4px greater in IE7.
See: ...
2
votes
1answer
205 views
IE 7 problem with background image position when scrolling
I am trying to create some nested divs where the middle one should have a fixed background image that does not move together with the rest of the content when scrolling. Although my solution works for ...
2
votes
1answer
141 views
Negative margin causes border to disappear in IE7
Example: http://jsfiddle.net/xUrDc/
I'm trying to surround each li with a border exactly one pixel wide. In order that the lines meet properly, I'm setting margin-top:-1px on each li (Otherwise the ...
2
votes
2answers
390 views
Align divs horizontally, no vertical stacking, in IE7
I have a fixed container and inside of that is an additional container which houses a number of DIVs based on user choices. I need these additional DIVs to line up horizontally and provide horizontal ...
2
votes
2answers
56 views
site crashing ie7 completely?
hey guys,
i can't figure out why my latest web project is completely crashing ie7.
Either the browser is stuck or the browser even says "The program cannot display the page".
This is the link to the ...
2
votes
1answer
95 views
IE 7 CSS drop menu troubles
I have a couple dropdown menus that are giving me issues in IE7. I've wasted the entire morning trying to fix it. The client is monitoring the site using IE7 so it's a top priority.
I've got a live ...
2
votes
2answers
239 views
TableSorter jQuery RegExp not working on IE7
I created a new parser for the tablesorter javascript plugin, which works fine in all browsers but IE7!
$.tablesorter.addParser({
id: 'currencyXYZ',
is: function (s) {return ...
2
votes
1answer
224 views
$.inArray in IE7
I am using jQuery, and I am having an issue with $.inArray in IE7.
$.inArray([],'test')
In IE7 this returns 0, but in Chrome, it returns -1, like it should.
I've tested this in both jQuery 1.4.4 ...
2
votes
2answers
197 views
IE7 cutting off image
Hi all
I have 3 divs with rollover images inside them stacked vertically inside my main content div. IE7 is chopping off about three quarters of the bottom div and I can't figure out why. It displays ...
2
votes
2answers
241 views
IE7 element can't be clicked
I've narrowed a defect down to this sample, where the numeral "1" is unclickable in IE7 (only):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
2
votes
2answers
2k views
Problem with position absolute in ie7, div moves 10px to the right
ive got a problem on my position absolute property on IE7. My div moves 10px to the right. Below is my code. IE8 and 9 works fine.
id menu is the div Im referring.
<!DOCTYPE html PUBLIC ...
2
votes
3answers
1k views
jQuery.animate() and animate() callback in IE7 don't work
I have this Code:
var items = jQuery('#main .imgteaser .txtwrap');
items.css("opacity","0.8");
items.mouseenter(function(){
alert('enter');
jQuery(this).animate({
bottom: "0",
opacity: ...
2
votes
2answers
356 views
Methods .text() and .html() in jQuery strip trailing whitespace in IE7?
I'm using jQuery to insert text inside a HTML tag. The HTML code looks like this:
<h5>Do you want to send a message to <span id='firstName'></span> right now?</h5>
The ...
2
votes
3answers
98 views
Why doesn't my negative margin work in IE7?
I have two stacked divs, where I want the content from the top div to flow over onto the bottom div. Using a negative bottom margin on the content wrapper, I was able to achieve this in all browsers ...
2
votes
1answer
236 views
Form Element Missing from DOM in IE7
Why doesn't IE7 load <form> tags into the DOM? It is causing issues with CSS that I had applied to a class on the form tag. I solved the issue by wrapping the form tag with a div, and applying ...
2
votes
1answer
831 views
Is IE7 in IE8's Developer Tools Compatibility Mode reliable for testing the front-end design of a website?
I've been testing our website on IE 8's IE7 browser mode and it shows some few front-end/misalignment issues here and there. However, I'm not sure if it's completely reliable. I don't want to fix ...
2
votes
2answers
259 views
Background-position not working when classname changed in IE7
I have an element which I am adding a class to.
the style is:
.bg{ background: url(/images/background.png) no-repeat top center #000; }
When I add the class with javascript the background image ...
2
votes
2answers
738 views
hr has weird gray border in IE7
When I view my site in IE7 the
<hr />
has a weird gray border around it.
How do I get ride of it?
Link to my site: http://julianjosephs.com/
1
vote
1answer
26 views
IE7 float right bug-no usual solutions work
I am beyond frustrated. I have been researching an answer to this for hours and to no avail.
Yes, I know there is already a discussion about this here: IE7 float right causes parent element to take up ...
1
vote
1answer
28 views
Problems with display inline-block in IE7
I am using .ui-helper-clearfix { display: inline-block; } in jquery_custom_datatable.css and jquery-ui-1.8.12.custom.css while fixing the browser compatibilty issues.I came over with a issue where i ...
1
vote
1answer
62 views
jQuery addClass to current page nav not working in IE7
Update Thanks to @mrtsherman verifying my code was fine, I dove into the CSS and found that for no reason in particular, ie7 wanted a bit of extra padding on the bottom. This is why I hate ie7.
I ...
1
vote
1answer
36 views
IE 7 and IE 8 fix on multiple background image
Good day!
I am currently trying to create a background-image with multiple images on it.
My code is as follows:
background-image: url("/test/images/texture-diagonals.png"), ...
1
vote
1answer
67 views
$('html').append() doesn't work on IE7
I need to insert a div in the DOM after the "html" tag. It works on all browser except in IE7.
After several test, it looks like i can't access to the html element with IE7.
For example :
...
1
vote
3answers
64 views
css display property not working correctly in IE7. IE7 bug I suspect
My problem is with the menu. There is only 1 .active class li element in the menu yet .active style applies itself to every li element in the menu to the right of it's location. This problem is only ...
1
vote
1answer
58 views
CSS3 Multiple backgrounds causing 404 in IE
The following style causes a 404 to show up in our access logs:
background-image: url('/site/common/img/modal/headline.png'),
url('/site/common/img/modal/headline.png'),
...
1
vote
2answers
48 views
Max-width property causing menu background not to display under IE7
I'm using the bootstrap css framework and have built a horizontal menu. It works great in all browsers except IE7. I've narrowed it down to the use of the max-width property which prevents the ...
1
vote
1answer
37 views
2 divs look different in IE7.0 vs other browsers (simplified). How to fix?
This part of my html page (95% of code was removed) still looks different in IE7.0 (IE6.0 was not tested) vs other browsers. Could anybody tell me how to fix so IE7.0 displays it the same way as FF, ...
1
vote
2answers
56 views
Image wont float to the right properly in IE7
For some reason in this page ( link removed ) the images in one of the boxes will not float right to the text properly on IE7. I've been looking for 2 days and I have no idea why this happens. Could ...
1
vote
1answer
42 views
CSS height 100% in IE7
I have a difficult layout in my website and I have a problem now with IE7. How can I in this example set the inner wrapper to fill the height of the outer wrapper?
http://jsfiddle.net/fMPNw/2/
1
vote
1answer
145 views
IE7 z-Index Issue in jQuery Megamenu
I am coding this MegaMenu using jQuery. Here's the URL: http://h1.servy.net/sgtlmm/
It's working fine in all browsers but only in IE7 when hovered over menu items like "Latest" or "Personal" you can ...
1
vote
1answer
53 views
IE 7 Bug? Setting the height of an <li> resets an ordered list's counter
I've hit what I can only assume is an IE7 bug but I haven't been able to find mention of it anywhere online. It seems that setting the height of <li> elements in an ordered list resets the ...
1
vote
1answer
69 views
Jquery .hide() and .show() not work with IE7
This .show and .hide works great in Firefox, Chrome, Safari but not in IE 7. In IE the span doesn't hide, it alway show all of (three) tabs.
Am I doing something wrong?
<script>
var currentTab ...
1
vote
1answer
82 views
IE7 Issue with jQuery Accordion and background color
I am having an issue with jQuery Accordion Control in IE7.
The accordion works fine until I add a background-color style to the containing element.
Does anyone have IE7 still that can figure out ...
1
vote
1answer
95 views
How to avoid stop script error in browsers
I have a page of more than 2500 anchor tag to process. Now in IE it is throwing the stop script error. Is it possible to do as a batch? Taking 500 executing it and then take the another 500 executing ...
1
vote
3answers
49 views
IE7 first floating div sits higher than the rest, rest aligned fine
I have an issue where I have a set of href's floating next to each other. This looks fine in all browsers except the old IE versions in which the first link sits higher than all the other links.
...