internet-explorer-7

Weird IE7 Problem

Page located here. In IE7, everything works perfectly until you slect one of the "filters" (e.g. Other). After this, the pop up bubble (span.info) no longer is on top when it is animated to above the image. There is no overflow:hidden on the li or anything like that, and applying a z-index to the span.info made no difference. You can ...

IE7: How to make TD float?

I want a set of <td>s to float left in IE7. They should break onto the next line if the window is too small. CSS table { width: 100%; } td { border: 1px solid red; } tr.f td { width: 500px; float: left; } HTML: <table> <tr class="f"> <td>1</td> <td>2</td> <td>3</td> </tr> </table> This works in IE8 and Fire...

Flash player IE7 BitmapData send to server with amfphp

Does anybody experienced this kind of fault. So i have some kind of imageuploader. It fetches an image, grabs the bitmap data from it. convert that with a jpgencoder to a bytearray, send that bytearray to a server with amfphp and in php save that as a jpg on the server. So this works great in FF, Chrome, Safari, Opera ( Mac & Windows ...

IE7 stops making network requests after a while

Our (asp.net) system is part of a larger system. It is launched via this larger system from javascript that does a window.open call to open a new window. (aside, authentication data etc is passed into our system via an encrypted query string parameter) When testing with IE7 (unfortunately the organization has standardized on this) the...

Does IE 7 and 8 use Internet explorer event model?

I am reading "Javascript The Definitive Guide". In this book, Events and Event handling, there are three event-handling models, the original event model, the standard event model and Internet explorer event model. It says upto IE6 it uses Internet explorer event model. I am wondering if IE7 and 8 still uses it. Or does it use the stand...

image.onload not firing twice in IE7

It works in IE6, and FireFox; but for some reason not in IE7. Using ASP.NET on the Page_Init I populate a list of chapters that are links to the image in the book as well as a javascript array which holds the pageIDs. ex. Chapter 1 --> href="javascript:seePage(4);" here is the actual code I am using: var availablePages = ['1002_001...

PHP get_browser: how to identify ie7 versus ie6?

Is there any way to differentiate IE7 versus IE6 using PHP's get_browser() function? ...

Dynamically created radio inputs don't check in IE7

I came across a weird IE-specific error. It seems that when creating radio inputs with document.createElement, the resulting widgets do not respond to clicks. They grey out for a second when you click on them, but they do not become checked. It works as expected in FF3, but not in IE7. Any idea what's up with this? <html> <body> <form> ...

Why is IE7 so slow compared to Safari?

I have a large "grid" of data that takes about 40 seconds to generate and dump as plain text. If I wrap the text with html table formatting (with fixed td widths) it takes over 200 seconds to completely display in IE7, and under a minute to display in Safari. Small "grids" display in under 5 seconds in either browser, so I don't think ...

Programmatically disable all IE7 add-ons EXCEPT one

Is there a way to do the following 1) disable all add-ons for an IE session (like the -extoff option) 2) then enable 1 (or some) add-ons only I want to do this from a .cmd file Other close but not quite options welcomed. Thanks! ...

Checkboxes will not check in IE7 using Javascript, and yet no errors

Okay I'm totally confused on this one. I have a script that receives a bunch of values from a JSON object and creates a bunch of checkboxes and either checks or unchecks a these checkboxes based on their values. This script treats me like a woman treats me... "If you don't know what's wrong, then I'm not going to tell you..." The scr...

Silverlight 2 Does not render content on IE7 IE8 Firefox 3

I have a very simple silverlight xaml page displays textbox and a button. When i run my application on IE6 it works fine. But for IE7 IE8 and FF3 - it does not display any content. The page is rendering blank. <div style="height: 100%; width:100%;"> <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/test.xap" MinimumVersio...

IE6/IE7 javascript console bookmarklet (not firebug lite)

What bookmarklet do you use to debug javascript / DOM on IE6? I am looking for something that has "last typed command" feature, object inspection, and perhaps DOM inspection as a bonus. I am looking for not firebug lite but other alternative that people use. ...

Need a good IE6,7,8 standalone.

I need recommendations on a good IE standalone for IE6, IE7 and IE8. I tried using Tredosoft's IE7 and MultiIE for IE6 but select elements were being blocked as pop-ups, even when the pop-up blocker was turned off, in all IE browsers (6,7,8). I also tried the Internet Explorer Collection from Edskes but IE6 and IE7 refuse to let me typ...

Centering page when zoomed in IE7

I am building a website for a client who wants their page to zoom perfectly in IE7. I have finally managed to get around most of the bugs, but one. When you zoom in on the page, it centers fine, but then when you go to another page, the page renders and displays the top left of the page. I need to make it render centered. I know it is p...

transparent png over jpg problem in IE7

I have jquery hover function which a transparent image will animate up. The following website http://www.okadadesign.no/vitaveritas/ shows a demo. Please hover over a girl's image. In FF, IE8 etc, a magnifying glass which is png-24 comes up, but in IE7, nothing happens. Can anyone help me how to solve this problem? Thanks in advance. ...

Z-index problem in IE7 with jquery superfish menu plugin

I needed to modify jquery superfish menu plugin to accomodate using image for the menu. Please have a look at this demo. http://www.okadadesign.no/vitaveritas/. There are submenus under Om oss and Medieomtale. I used sprites images for this menu. It works fine with IE8, FF etc. However IE7 has a problem to show submenus. It shows the s...

How to write conditional comment for non IE browsers?

I don't want to use a couple of javascript plugins for IE 6/7. But I want to use them for all other browsers. How can I do it? Is there any way I can do it? ...

Is IE8 backwards compatible?

Hopefully some has some knowledge of this. I'm fast realising that IE8 certainly can't be ignored anymore. I had previously put it down to either a) just a buggy piece of software, or b) still to small a piece of the market share. Now, however, I'm seeing more and more requirement to make sure sites work on it. My question is can I ...

Does IETester run the ACTUAL same code that existed for IE6 / IE7? Or is it an emulation?

I just realized (yes, this was stupid of me) that IE8 Compatibility Mode is NOT IE7. All the time I assumed they would be switching back to the IE7 binaries, which apparently they aren't, as indicated by another question I found here in SO. My question is... Does anyone know how IETester works? Does it run the actual binaries for IE6/7?...