internet-explorer-7

Dropdownlist disappears in IE7

In an ASP.Net application, I have a dropdownlist that, when you select something (causing an ajax postback), it disappears in IE7 (in IE8 running in IE7 mode, it does this: http://twitpic.com/1t9blq). Other browsers it is fine in ...

How to disable a jQuery function in IE7 only?

I have a jQuery function that is causing display errors in IE7. I simply want to disable the function only for IE7 instead of dealing with fixing the display errors. Here is the code that calls the function: $(document).ready(function() { $("select, input:checkbox, input:radio, input:file").uniform(); }); So, what's the best prac...

Getting embedded google docs viewer to work under IE 7,8

Wanted to throw this question out to see if there's been any solutions as the Google Doc viewer is amazing. Creating an iframe with an embedded Google Docs viewer does not work in IE 7,8. https://docs.google.com/viewer Does anyone have a work around? ...

$(document).ready(function() {...}) runs before plugin script loads

I'm getting a JS error because my $(function () {...}) handler is being fired seemingly before the prerequisite plugin script is loaded. Only happens in IE (testing in IE7). I have some HTML in my <head> that looks like this: <script type="text/javascript" src="../resources/org.wicketstuff.jwicket.JQuery/jquery-1.4.2-special.js"></scri...

IE Mixed Content Warining when using https URLs and http:443 URLs?

I'm getting the good ole' "This page contains both secure and nonsecure items." dialog in IE when connecting to an HTTPS site. No big deal... I've just got something coming in over a non-secure connection so that should be an easy fix, right? So I go into "View > Web Page Privacy Policy..." to look to see where I've included an HTTP fil...

The admin panel of a website can not be signed in to with IE6 or IE7, what's wrong?

I am dealing with a website. I can log in to the admin panel with IE6, IE7, and Firefox. However, on the client's computer, he can log in to the admin panel with Firefox, but he can not log in to the admin panel with IE6 or IE7. My client needs to use IE6 or IE7 to log in to the admin panel. What's wrong? How to solve this problem? ...

IE7 textbox onfocus problem

Because IE won't do document.getElementById(ID).setAttribute('type','password') I've re-engineered the way the password field woirks on this site: http://devdae.dialanexchange.com/Default.aspx so it works in accordance with this idea: http://www.folksonomy.org/2009/01/12/changing-input-type-from-text-to-password-in-internet-explorer-...

IE 7 floated div auto-clearing next element ?

Hello, I'm having trouble with the following example. Background: I first have a element floated to the right with an image output inside it. I then have a element with other content within it. In FF and IE 8, as expected, the .images div floated to the right displays floated to the right pushing the content within the .product-bo...

IE 7 and Website Rendering Problems

I am not sure what is wrong with the following page and all the article pages on this website. The page is not even displayed completely. http://highoncoding.com/Articles/717_Populating_TreeView_with_Different_Sources.aspx On FireFox, Chrome and IE 8 it works fine. IE 7 has problems! Now what should I do?? ...

How to get Deleted history and Favaorite in IE7?

Hi All, Actuvally i deleted all temp files and History in IE7 after some time i try to open my Favorites, but there is no Favorite so, please tell me how to get my deleted Favorites. Thanks in Advance, Rajesh ...

table height not 100% in IE7 but it works in FF3.6

In this page, the height of the payment method area is shorter than the height of the parent element in IE7. How can I fix this Do I have to apply shading to the parent element - a table cell - instead of the table? This is the page: https://checkout.netsuite.com/s.nl?c=659197&amp;sc=4&amp;whence= This is the login info: email: test...

Fancybox not showing over flowplayer IE issue?

I'm having a really strange issue, I have a flowplayer video, and next to that is an image that when clicked shows in a fancybox, in webkit, mozilla it works fine, but IE decides to put the video in front of the slide. I thought this might be related to the z-index, but everything seems fine there. Fancybox gives the loading image a z-i...

Problems solving oddly acting labels in ie7.

Okay so this is sort of a double question so I'll split it into two. First part In modern browsers the main bold labels sit above their corresponding form elements, and align to the left as is expected. However in ie7, they randomly site 10-15px inset. I went through the developer tools and could find nothing to fix it. I've made sure ...

Where does IE store the ASP.NET_SessionId cookie?

I am a bit baffled here; using IE7, ASP.NET 2.0 and Cassini (the VS built-in web server; although the same thing seems to be true for "real" applications deployed in IIS) I am looking for the session-id-cookie. My test page shows a session id (by printing out Session.SessionId) and Response.Cookies.Keys contains ASP.NET_SessionId. So fa...

jQuery1.4.2 $.ajax crashes IE6/7

Hello there! I'm having a really hard time debugging one of our latest reported bugs. The problem occurs "randomly", not on every page load, sometimes I can "click" around for a minute or two before IE6/7 crashes. By crash I mean that the IE-window shuts down and I get the option to send the crash info to Microsoft. In FF, Chrome, Safa...

OCS presence in SharePoint AJAX-based web part

I'm currently implementing AJAX-based web part which displays search result. This search result has user names and opposite to each name I'm rendering the OCS presence indicator. This indicator works fine in IE6 but I can't get it to work in IE7/8. Basically the problem in IE7/8 is that OCS is rendered but when you mouse over it nothing...

Does jquery require timestamp on GET Calls in IE7?

Please see the jQuery code below, it used to paginate some search results paginate: function() { $("#wishlistPage .results").html("<div id='snakeSpinner'><img src='"+BASE_URL+"images/snake.gif' title='Loading' alt='...'/></div>"); var url = BASE_URL+"wishlist/wishlist_paginated/"; $.ajax({ type: "GET"...

jQuery 1.4.2 $.ajax with specified jsonpCallback crashes IE6/7

I posted a similiar thread before here, but after further investigation I've found that the problem is with $.ajax jsonpCallback parameter. In the following simple code it crashes every time on the 2nd request (cache problem?) <html> <head> <title>Hello world</title> </head> <body> <span id="ClickMe">Click Me</span> </body> <script s...

itext issue: IE7 showing 404 sorry page title in the tab

hi guys, I am trying to figure out why I'm getting this tab title in IE7. The tab says "We're sorry/(french equivalent)" which is basically our 404 not found page title. The pdf is generated fine and the response status is 200, why is it still redirecting to the 404? The weird thing is its only happening to my machine, my coworker is ...

CSS not working correctly on IE 7

Hi people, I am working on a website curently. Here is the link for it. Good News : The site is fine on FireFox, Chrome and IE 8. Bad News: It is not fine on IE 7. Alignment problems, hyperlink colour problems, etc. What should i do to make things normal on IE7 too. Any amount of help would be appreciated. Thanks ...