This describes bugs which specifically affect Internet Explorer 7 (IE7), these may be JavaScript, CSS, or other in-browser issues.
0
votes
2answers
18 views
IE 7 offset increasing as child increases
I have very weird bug in my application. Where i show a list of questions one by one. When the page is opened in IE 7 the questions having an offset increasing as question increases.
I can't find ...
0
votes
1answer
27 views
IE7 Elements shrink on hover
I would post code along with this but I can't seem to find out what type of scenario it occurs in but in IE7, certain elements seem to shrink when you hover over them and as you hover, unhover and ...
0
votes
1answer
26 views
Why is the content cutting off in IE7?
I am doing some browser testing on a sit under development. For the most part things look and work well, but on some of the content pages there appears to be something that obscures the content from ...
0
votes
1answer
22 views
I am having issues with the navigation menu when checking in IE 7 & 8
This is the website that I am having problem with in IE 7 & 8.
http://mtcmedicalcenter.com/
The last 2 menus which are the careers and contact us are in the bottom instead of having it beside ...
0
votes
1answer
63 views
How can I make the ASP.Net Login control render correctly in Internet Explorer 7?
I'm using an ASP.Net Login control in my application. In Chrome, Firefox, and IE 9, everything works ok. But we still have users on IE 7, and everything is NOT OK for them; the Login control's ...
0
votes
2answers
47 views
IE7 image float right in positioned container
I am trying to get an image to appear in a sites left gutter, so the right hand side of the image is always visible next to the site content. This works in IE8+ and on other browsers, just not in IE7, ...
0
votes
1answer
50 views
IE7: Footer not sticking to bottom of division container when accordions change number/size
I have a couple of pages in a site in which I'm using jquery accordions. In the browsers other than IE7, everything works fine. In IE7, the footer on the pages stays where it was originally drawn ...
0
votes
1answer
33 views
IE7 css block relative position with Javascript bug
I have a simple JS script that moves a CSS block at a specific path when a value is given to it.
You can take a look at the code here http://jsfiddle.net/rayshinn/6DGfb/
This code seem to work fine ...
1
vote
1answer
28 views
How to detect this CSS bug in JavaScript?
I am using a CSS-based approach to crop images to fit a specific aspect ratio. On the back-end, I access the images height and width, and absolutely position the image within a span-wrapper given the ...
0
votes
1answer
23 views
CSS drop down menu positioning in IE7
I have a CSS only drop down menu that works fine in firefox and chrome. The sub menus line up directly underneath their parents. However, in IE7, they are positioned off to the side.
CSS:
/* MENU ...
0
votes
3answers
47 views
Tables in IE7 displaying inline
I have two tables in ie7 inside a div. The div has a width property set to 500px. The tables are inside the div and have (each) a width property set to 450px.
When the page is rendered in IE7, the ...
0
votes
0answers
52 views
IE7 CSS submenu not disappearing
I have a created a menu that has an inline top level menu that has dropdowns, and then those can have dropdowns from there. Everything works great except in IE7.
When you mouse down through the ...
0
votes
1answer
62 views
IE7 - UL > LI menu with 'extra' padding - Why zoom:1 (`hasLayout`) makes it work?
Excerpt of the question: I have a menu which works in every browser but was buggy on IE7. I solved throwing zoom:1 but normally the hasLayout related problems involves float, position and stuff. Why ...
0
votes
0answers
21 views
Joomla 2.5 FAQ plugin not working properly in IE7 when it is within the scrolling content
I have installed FAQ in joomla 2.5( http://joomlanook.com/index.php?option=com_content&view=article&id=105&Itemid=75 ).
I have a parent div which has class bmawardspage .
.bmawardspage ...
2
votes
4answers
84 views
IE7 z-index wrong order
Check this jsFiddle.
In IE7 the code in the jsFiddle above displays the dropdown (.sbOptions) under the next selectbox element (.sbHolder).
.sbOptions has z-index: 100; but is still displayed under ...
0
votes
1answer
54 views
IE7 sibling div width not same as sibling
I am struggling with fixing an IE7 issue. I want my sibling div to be the same width as it's siblings. The first sibling acts as the header while the other siblings have certain dimensions. I could ...
0
votes
1answer
32 views
Creating an IE7 opacity background without affecting the text
This is the following HTML structure (see JS Fiddle)
Need to somehow make the white BG at 20% opacity whilst keeping the text black. Needs to work back to IE7.
<ul class="menu">
<li ...
0
votes
0answers
53 views
Flash Object disappears after div slide animation on IE8
I run in to a very strange situation with IE8.
I have a simple animation with two div, where one slides to the other with the click of button and then slides back with a second click. One of these ...
-1
votes
1answer
33 views
Jquery prototype conflict IE7 and 9 already using noConflict() [closed]
I am using noConflict() function within a template page on a Magento site and I'm pretty sure my code is in the correct order on the following page (view page source): ...
-1
votes
1answer
547 views
IE7 jQuery 1.9.1 issues
In only IE7, the script error message shows-up in the status bar, which cripples the UI. For example, if I click on any of the anchor tags, it doesn't work. By the way, this script error location and ...
1
vote
2answers
239 views
Dropdown list open/hide behind another dropdown list on IE 7
I have created two dropdown list on html page. That's working fine on IE 10, IE 9 , IE 8 and other browser such that Firefox, Chrome , Opera, Safari but not work on IE 7. On IE 7 it hide behind ...
0
votes
0answers
30 views
Zurb Playground Icon Fonts with IE7
I am trying to get some icon fonts to display correctly from Zurb Playground in IE7. I am currently using two font sets. They are the General Icon set and The Social Icon set. In all browsers apart ...
2
votes
1answer
78 views
IE7 and jQuery: how can this not work? (.css())
I am going crazy with some CSS IE7 compatibility issues, so I choose to go with javascript on that one.
Here is my code :
// fix ie7 menu
if ($('html').hasClass('ie7')) {
var submenus = ...
0
votes
1answer
85 views
ExtJS component positioning bug in IE7
The image below is a simplified version of the problem I'm facing. Both #custom and #ext-ct are hand coded. An ExtJS component is rendered to #ext-ct. Then #custom is toggled playing with its display ...
3
votes
6answers
433 views
IE7 Ajax out of memory error
The script I am working on makes ajax call and it works fine on Firefox, chrome and IE8+. But on IE7, I am getting an out of memory error. The memory gets up to 120MB. I am using jQuery 1.8.3. The ...
1
vote
2answers
100 views
CKEditor 4 Toolbar Dropdown in IE7
I am using ckeditor 4 for my project. The dropdown list in ckedior toolbar is not opening in IE7 where as it is opening fine in Chrome and Firefox. Any idea why?
Internet Explorer 7
Chrome
-2
votes
1answer
151 views
The click event doesn't work in IE7 (using jQuery 1.7.2) [closed]
i got a problem using this code,this works perfectly in ie8 and higher,how can i fix this.I have already used .live and .on
$("#header .menu .submenu.submenu-hotels .index a").click(function(e){
...
0
votes
1answer
254 views
facebook like button ie7
I have added a FB Like button through the standard method to a page. It works in all browsers except in IE7 where it gets shrunk down in width. Is there any fix for this. I have searched extensively, ...
1
vote
0answers
36 views
IE7 xml .attr doesn't work
Hi I wonder is someone could please help, i'm working on a project and it works fine in IE8 and upwards, firefox, chrome etc but IE7 is causing major problems. The code below in particular is ...
1
vote
1answer
91 views
IE7 DropDownList Render Issues
I have a dropdownlist that renders like this in IE7:
That same dropdownlist renders like this in IE8 & IE9:
What do I need to do to get it to render the same in IE7 as it does in ie8 and ...
0
votes
1answer
207 views
idangero.us swiper carousel ie7
I am using the idangero swiper carousel on my responsive design project but on ie7 it doesnt work i get this error - 'HTMLDocument' is undefined -, can you help me please on how to fix this?
You will ...
1
vote
0answers
41 views
IE7 only scrolls to anchor in a new window
I have a page (pageA) that contains tabbed panes, the content of each pane is represented by a DIV element and it has a unique ID e.g id="tab1"
<div id="tab1">Contents of tab</div>
I ...
0
votes
1answer
261 views
z-index menu issue with bxslider in IE7
I'm using a dropdown menu over the top of BX slider, but I simply cannot get it to show on top in IE7! I've searched everywhere for the answer, position relative just on the child item just doesn't ...
0
votes
1answer
44 views
jquery on and using jquery complex selectors
I have this selector:
I have anchors around the page that start with a slash like this
<a href="/projects/case-study/">Link to case study</a>
And I also have this to stop them from ...
0
votes
2answers
46 views
IE7 add element and value to javascript array
I am declaring an array as such
var positions = [];
or
var positions = new array();
either way works
Later in the script a value is added as such
positions[0].top = 0;
Everything is fine in ...
0
votes
1answer
90 views
CSS Filter Rotate bugg in ie7
So here's my problem:
I'm displaying an Iframe over an overlay-div. In this iframe a layout of circles with arrows drawn in between them is displayed (See image: http://i49.tinypic.com/oprb00.png). ...
0
votes
3answers
206 views
IE7 float text around image inside floated div
Working on simply floating text around an image, but it's not going well in IE7. The text is pushed below the image, as if no float.
From what I've read, the reason for this could be that the image ...
1
vote
3answers
312 views
IE7 position absolute with margin auto bug
i have problem with positioning and margin in IE7. I have got div with absolute position and auto margin.
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
margin: auto;
This div should be ...
0
votes
2answers
94 views
fix absolute position overflow not showing in ie7
I am building a design and have it pretty much done however an item I have positioned absolutely will not show the overflow in IE7. It works for every browser but IE7.. I'm not supporting ie6. The ...
1
vote
1answer
51 views
Button text and button don't display in IE7
Link: http://hyperiontx.cbstage.com/ [note: I didn't make a fiddle because jsfiddle no longer seems to be IE7 compatible]
So, open this site up in IE7 using compatibility mode. The top right "Search" ...
0
votes
2answers
232 views
IE7 Accordion Menu not working
I have an accordion menu that is working excellent in chrome, IE8, firefox, however, IE7 is proving to be a little difficult.
You can see all the code here : http://jsfiddle.net/Y5pmV/
Help would be ...
0
votes
0answers
48 views
good old fashion ie7 width and clear issues (blast from the past) with demo
I am just in the middle of creating a highly flexible sass/grid framework and I have run into some odd IE7 browser issues that I dont fully understand why they're happening.
The fiddle is here:
...
0
votes
2answers
219 views
Jquery form no submission to IE7 and IE8
I am currently using this plugin to send images as an attachment to an email as well as some other json data, and i am getting the proper results. But just not from IE7 and IE8, its not sending at ...
0
votes
2answers
142 views
CSS not loading on ie7 or earlier
I'm having an issue in ie7 where my stylesheet isn't loading at all, I've checked that it's encoded as utf-8 without BOM and the charset on the page is set as utf-8. Here's the head:
<!DOCTYPE ...
0
votes
2answers
95 views
How to center a IMG tag horizontaly and vertically using html and css in ie7?
I put 'a' tag in my html and add position relative to it then append 'img' tag in 'a' tag and add absolute position, left 0, right 0, top 0, bottom 0, margin auto to 'img' tag.
this code not working ...
1
vote
1answer
93 views
Google Maps doesn't show in IE7
I'm trying to display a simple map but it doesn't work in IE7 (nothing is shown and also the div does't take any place at all).
it works fine in Chrome and Firefox. I haven't tried any other versions ...
1
vote
1answer
105 views
IE7 z-index issue with a covering div
I have this (simplified) DOM on my page:
<div id="Cover" style="display: none;"></div>
<div class="body">
<div id="header">
<div class="controlContainer">
...
1
vote
3answers
85 views
Background images applied to CSS class do not appear in IE 7
The background images referenced by CSS do not appear in IE 7; IE 8, FireFox and Chrome work. Changed the image format from GIF and JPG, but that didn't resolve the issue.
CSS:
.question{
...
0
votes
0answers
185 views
CSS dropdown submenu acting strange in IE7 (bug?)
I thoguht I had finally gotten my CSS dropdown multilevel menu to work well, but when I tried it in IE7... it is not so good!
When you mouse over a level x submenu item that has it's own submenu y, a ...
0
votes
0answers
257 views
Primefaces' messed up look and feel in IE7
I am using Primefaces version 3.2 for my application and it is working perfect on all other browsers. but when I open it on IE7, all the look and feel is terribly messed up.
Can anyone tell me what ...







