internet-explorer

Strange behaviour in IE7

Background I have a page coded in .Net 1.1 and it has two dropdown lists A & B. Any changes to dropdown A will change the number of items in dropdown B which has some sample Javascript behind it. The only complicated bit is that it has a 5.2 MB lookup file (the file contains Javascript but located in a aspx file) which is located in a ...

How to solve/hack fading semi-transparent PNG bug in IE8?

As you know, IE6 has bug that can't display semi-transparent PNG file without using non-standard style like filter. In IE7, this problem is fixed. But It still has some bug about PNG file. It can't correctly display fading semi-transparent PNG file. You can clearly see it when you use show/hide function in jQuery with semi-transparent PN...

Hiding some HTML from IE6?

I've tried: <!--[if lt IE 6.0]> HTML TO HIDE FROM IE6 <![endif]--> but unfortunately the stuff gets hidden from firefox too. Anyone have methods that work? I want the stuff to be hidden from only IE6 Thanks ...

IE toolbar show by default

Hi, i have developed an internet explorer toolbar or BHO that i would like to be displayed by default after i install. Currently after i install and register the toolbar it will available in IE but not shown by default. I have also noticed that if i manually show it and exit IE, the next time it will have remembered its shown status. U...

Hack padding-right for IE 7

I want to put padding-right:10px to my style for only IE , but I don't want other browsers to render this padding. Any solution to define padding only for IE, but protected from Firefox, chrome, and others? ...

Scrolling HTML 5 Canvas in IE

I have got a canvas tag in a page wrapped within a div. In order to show the canvas in IE, I'm using the excanvas script from Google. I'd like to be able to scroll the contents of the canvas, since it's supposed to be wider and taller than the viewport (the div). I have defined the following styles: The div overflow is scroll or aut...

Extjs internet explorer object not found problem.

hi; this code run firefox , but error on ie why ? please help me. xxx.js code: var gridFormf = new Ext.FormPanel({ id: 'company-form', frame: true, labelAlign: 'left', title: 'İş Emri', bodyStyle:'padding:5px', width: 1, tbar: [ newIsEmri,delIsEmri,edIsEmri,rapIsEmri,se...

How can the Accept-Encoding header be changed in IE with Url Monikers or other method?

I'm developing a browser plugin and server component system that streams content with a custom encoding type. Now I would like to be able to detect on the server side whether the client can handle the special encoding, and would like to keep it consistent with the usual way things work with HTTP, so from the browser plugin I would like t...

Strange gap between <div> elements in IE, not in FF or Opera

Hi, I know this kind of question must get asked all the time but I haven't found a solution for my problem yet. Using FF, Opera and the IE that is on Windows 7 (can't remember what it is), the page looks exactly as it should, but using IE7 on Windows Vista, there is a gap between my navigation bar and the rest of the page which frankly...

Dojo TabContainer with styling in Internet Explorer

The following works in firefox: top:0px;margin-top:60px;bottom:0px;width:100%"> height:100%"> {% for row in tabContent %} top:0px;margin-top:60px;bottom:0px;width:100%"> ...

How to test websites in IE 6 when running Windows 7?

Is there a way to install Internet Explorer 6 in Windows 7? I need to test the layout of a website. Using a website which takes screenshots is a bit awkward, as often you are making changes and testing the effect. Thanks ...

How can I detect if IE8 is running in compatibility view?

Is there anyway to determine if an IE8 browser has compatibility view switched on? I can't seem to find anything on Google, and so I'm wondering if this is a piece of information that is available... Why you ask!? I'm trying to track down a bug in our application. I'm piecing through the Elmah logs and there seems to be a trend; thi...

Streaming File in ASP.NET Works in Firefox but Not IE

I am dynamically generating a Zip file in an ASP.NET page and then sending the stream to Response. Pretty simple. In Firefox, I can download the file named "Images.zip" no problem. It works exactly as one might expect this to, so the code can't be too far wrong. In Internet Explorer 7 it tries to download a file called "ZipExport.asp...

PHP/HTML/CSS: IE acting weird when using require_once()

Now this is the most weird problem I've ever had in PHP. All pages looks normal except one; when I first saw the problem I thought it was one of these common problems with IE and stylesheets (I've got a specific CSS-file on this page). I tried to exclude the CSS-file just to ensure that the problem really was in this file, but it wasn't...

IE 7 transparent PNG problem

I have this site (http://techlipse.net/test/agb) with a css layout. The PNGs with transparent backgrounds (they are saved as is from Fireworks as FW png) cycle with fade effect while theres another div behind it with clouds moving (telerik rad rotator) .. Transparent images create this black outline around them. If anyone explains me wha...

Override IE email auto formatting.

Hello, Our site makes use of a web based, rich-text editor FreeTextBox. In IE, not FF, if a user types in something like: someone@blah IE automatically creates a mailto hyperlink. I have tested this with other text editors out there and the story is the same with all of them. So the question can I override this browser behavior s...

IE not loading the whole page HTML source code

My blog loads normally on Google Chrome and FireFox, but not on IE, when viewing the source code I figured out that it stops reading html at a certain amount. at the end of the source code I find this </script> <div class='clear'></div> <span class='widget-item-control'> <span class I agree it's a big webpage (the last line is 1338) ...

Best way to solve the 'padding' css problem

<div style='width:500px; height:500px; padding:50px;'> </div> As the behaviors of 'padding' on IE and Firefox are different. What is the best way to solve this problem? ...

Internet Explorer just does not like this jQuery code. (Livequery plugin)

This is code for a costume contest application I'm presently building. There will be a row of radio buttons 1-10 wrapped in labels that will all be individually clickable. Upon the click event, the form will submit, I do some post-processing and return a json object from which I will inject the post data into the page. This process will ...

PHP cookies problem, works in Firefox not in other browser.

Hello, I've a problem with setting cookies in php. I've to say that I'm not very experienced with php, so maybe is a very stupid problem. I've an ajax rating system that should check a cookie to see if the the photo has already been voted. The page called with ajax check for the cookie, add the id of the photo you are voting to it and...