internet-explorer-7

Inherit session even if opening a new instance of IE7

I understand that sessions are kept when opened in a new tab but is it possible to inherit the session when opening a new instance of IE7 or IE6? For example, I opened a web application, if I opened a new browser and I went to the same URL, it will keep me logged in. ...

Blinking document.title and IE7 (no way ?)

Hello, i develop a website and i need let the document title blinking when the browser lost the focus to get the attention from the user. This is a common task for example in some social network. Btw my javascript code work fine in Chrome, Firefox, Opera, but not in IE7 (that i am testing before release the site) IE7 have a strange be...

IE7 png images loading but appearing with the 'image not found' red x

Below is an image of the problem. I've tried correcting the folder permissions to 755, i've tried setting exact paths, i've tried removing all of my styles and nothing works. Background png images seem to load fine. There are some flash elements on the page (top and side nav) Any help would be much appreciated. Thanks in advance. ...

IE display problem with absolute positioned div

Hi I'm having a display problem with an absolute positioned div in IE6 + IE7 I'm trying to display a drop down menu. this drop down menu is positioned absolute. now as soon as there's another element below this menu that has position: relative, the absolute positioned drop down menu is displayed behind it. this only happens in IE7 and ...

Problem with word wrap (?) in IE7

Hello! I am making great progress on a current project, but of coarse, now I need to go through and fix all the various bugs popping up in Internet Explorer - one of my biggest issues right now is that the text lines for a div added via a jquery script is not wrapping properly. I tried using this, but didnt work in IE7: .AuthorBlurb, ....

Problem displaying Right-to-left arabic text while viewing page in IE7.

I have a sturuts application that displays some data from the database . This data consists of arabic characters. when i view the application in IE6, the right to left orientation of the arabic text is apperaing properly. But when i view the same page in IE7, the arabic text appers as left-to-right text. Can somebody help me out with th...

Top left borders appearing round Bar Chart in IE7 using Google Visualization API

Hi, I am having some problems with IE and googles Visualization Api. Basically an extra border (single pixel white line) is been added to the top and the left of the my chart, but only in IE. A full border is also been applied to a any labels in the graph which are truncated (cut off off slightly). A screenshot can be seen here: http:/...

Padding issues IE8 v IE7

I've read a bunch of previous posts dealing with the padding problem I'm experiencing between IE8 and earlier versions (IE7,6). I already tried resetting my CSS as mentioned previously, but no luck. Any help would be greatly appreciated. Thanks in advance! The issue is best illustrated with screenshots (see below), but in the css I'v...

Float: Right IE7 Bug

I can't figure out IE7 float right bug! This is killing me. My NAV bar looks great everywhere except IE7. I already created a specific IE7 CSS and have tried various approaches, but still no success. link text It appears the LI elements are floating outside the #NAV inside the .container. Anyone of a IE7 fix for FLOAT:RIGHT? Many t...

jquery script not working in ie7

Hi there. I have the following jquery that I wrote: $(document).ready(function(){ $('div.contentTxtBox#home').addClass('current').show(); $('a.menu').click(function() { $('div.contentTxtBox.current').hide("slide", { direction: "left" }, 700).removeClass('current'); $('div.contentTxtBox#' + this.id).show("slide", { dir...

Reloading page in IE 7 clears text from Input fields

I have a web page,with a text input which a user will enter some text. There is a hidden input element on the page that stores the values submitted,so as a user keeps entering values , they will be appended to the hidden input element, I then use the value stored here to output all values entered to the user, see the code below <SCRIPT ...

IE 7 or 8 Continuously Attempts to Load Background Image

Hello, I've only seen this happen when testing in IE 7 or 8 from a Windows Server 2008 R2 box. I've tested on Windows 7 and it works fine. Other browsers are fine. So I have a very simple bare bones test page with a link to an external stylesheet that sets a background image on the body (could be a div too). If there is a ul, ol or tab...

Two dimensions jquery sortable retrives a bug in IE.

I have two dimensions sorting bug in IE8 and below. IE just doesn't know to handle this thing. As you can see, there are two levels of sorting items. Two dimensions. In all of the browsers this thing works perfect. Only IE get crazy. My code $("#experienciasProfissionais").sortable({ placeholder: 'ui-state-highlight', cur...

Flash panel & JavaScript 'mega-menu' lag/delay in MSIE?

Team, thank you all in advance for your input on this. The client is experiencing an issue that we have not been able to recreate Site: www.pebblebeach.com Issue: Client is experiencing an extended lag/delay in loading the ‘mega-menu’ on the homepage. The mega-menu sits on top a large Flash panel (roughly 1 Meg). Seems to only be an i...

Failed to override the getResponseHeader method on XMLHttpRequest

I was trying to override the getResponseBody method on XMLHttpRequest object. The code looks so: xhr.onreadyStateChange = function(){ if (xhr.readyState !== 4) { return; } if (xhr.status === 200) { // callback to handle the result } else { var _orig = xhr.getResponseHeader; xhr.getResponse...

IE7 z-index problem

Hiya! I'm having problems with z-index in IE7. I have a table where the user is asked to enter address. The javascript validator box 'formStatusBoxContainer' for postalCode is appearing behind the select box and the icon 'formStatusIcon' on the next row. Any idea how to solve this? Besides moving the box. Everything looks fine in FF and ...

IE 7 CSS Issues

Okay, I'll be the first to admit that i'm quite terrible when it comes to css, but I try... :D I have this JS Function which I use to create rounded corners using images, instead of the standard div in div in div way. I know there are better ways, but this is how i've done it: function applyHorizontalImageCornersSpecific(div, left, midd...

Django forms breaking in IE7

I've got a dango webform from a model with some error checking (valid email field,etc). Everything works fine in variopus browsers Opera,Camino,Netscape,Safari and IE (except IE7). All I get in IE7 is the 'Internet Explorer cannot display the webpage' message. If the forms valid the data gets written to the database so I think its somet...

IE is randomly minimizing when a link is clicked

I have the bizarre problem. When I click on a link in IE7 the window minimizes. It seems to only be a subset of the links on the page. It also doesn't consistently happen with the same link and differs from computer to computer. example link text: <a hidefocus="on" href="#" tabindex="1"><span unselectable="on" id="extdd-102">Canadi...

MeadCo ScriptX is invokign focus() on current window

Hello everyone! I am using ScriptX to print a page. It is a part of functionality that this page is refreshing after some interval. The inclusion, in this page, of ScritpX object is making this window to take focus. I am sure that the ScriptX is the cause of it, so don't go into that direction with your answer. Getting the object t...