internet-explorer-6

Linking to a forced download script in a pdf

I am generating dynamic PDF reports in PHP and having some issues with links to the web. My links are to a PHP script that forces the download of a file attachment. This script works perfectly in all browser when accessed via the browser. It also works from the PDF in all browser except Internet Explorer. Instead of IE seeing the fil...

Cause of pointer shape change over dropdown fields in IE6?

I have a web page with a form with several dropdown fields. For certain users, using IE6, there is a strange bug where mousing over the dropdown fields will cause the mouse cursor image to flicker between the standard 'arrow' icon and the capital-I shaped text-field icon. Specifically, every time you move the mouse one pixel while hoveri...

bgiframe appears in front of jquery modal dialog's overlay in IE6

When I look at jquery ui's demo modal dialog (http://jqueryui.com/demos/dialog/#modal) in IE6 the bgiframe is appearing on top of the background overlay. So instead of seeing a black/gray stripe pattern, there is just a white background covering the page with the word "false" in the upper left corner. Is bgiframe broken with the latest...

sIFR not rendering in IE6

Why is this not rendering sIFR text in IE6? http://www.medjugorje-royal.ba/ You can see source code. It works in other browsers. ...

How to make <option> wider than <select> in IE6?

The <select> has a width of 60px, but the content of <option> is longer than that. Which is hidden in IE6. How to fix that? ...

IE 6 css issues with absolute positioning

I have a absolute positioned element with proper top and left. On page load the element doesn't show up but whenever I apply any css from IE Dev Toolbar it shows. Can anyone please help me finding a solution for it. Note: I already tried giving relative position to its parent. ...

IE6 _top links inside iframe between domains

I have a domain containing an iframe with contents from another domain. Inside this iframe are _top links. On IE6 nothing at all happens when you click them. I have prepared a minimal example of this. Please go to http://www.bemmu.com/static/top.html with IE6 to try it. Edit: this only seems to happen if security level is "high" (or may...

About max-width in IE6

Is it possible to implement this in IE6? If possible,how? ...

jQuery UI modal dialog sliding behind dropdownlists in IE6

I've just put the jQuery UI dialog into a web page. It's the first time I've used it. I thought I had set the bgiframe property correctly but when I check it in IE6 it's still slipping behind dropdownlists. Here's my javascript code. There's nothing flash on the page. A simple div with the text in and an anchor around some text for the '...

How to implement fixed bottom in IE6?

With css. Please don't refer me to another link. EDIT Make something always at the bottom of viewport no matter how you scroll the bar. ...

Current tab in IE 6 horizontal list navigation stretching to fill rest of div

I'm currently working on getting my top nav to work in IE 6 - my site is located here. The tabbed item is the "current" selected menu, and its width is stretching to fill the rest of the space... what should I do to fix this without fixing the width, but setting it in some way that it doesn't expand like this? Thanks! ...

CSS Target IE6 Validly

Hi all, basically im in a lil dilemma.... As usual, IE6 is messing up some tiny line of CSS. All i need to fix everything is: overflow:hidden; Thats it. But, heres the problem. This is for a uni assigned piece of coursework and they say only 1 css file which must be valid. And no conditional comments :S so there goes my plan. Is ther...

JavaScript: void(0), IE6, SWFAddress

Greetings, We're about to launch a secured site (sorry, no URL) and have caught a rather esoteric bug in IE6 that I'm hoping someone might have encountered or be able to shed some light on. This only occurs when three factors are present: The browser is IE6 (it's a financial client, and that's their approved browser) SWFAddress is bei...

IE6 floated element wrapping problem

I am trying to get tags to wrap to the next line by left floating them. In firefox the text will wrap onto the start of the next line, however IE6 will wrap the text onto the line directly under the start of the text of the tag. So for example if the a tag is halfway along the line it will wrap to the next line but halfway along it inst...

IE6 load img using Accordion jQuery plugin

In IE6 only, using Accordion jQuery plugin to open DIV element, all img element (backgrounds too) inside the DIV are loaded at each click to open or close the choosen element. Exemple : there is 10 closed DIV, you click on the 2nd one to open it, you can see in the status bar the requests to load all img elements inside the both 10 DIV...

IE6 Text goes missing in dl tag

I'm testing a website in Internet Explorer 6 and I am baffled by this issue. I have a data-list on the page, which shows the amount to pay - here it is. <dl> <dt>Amount to pay:</dt> <dd class="note"> <span id="total">£39.99</span> (includes delivery) </dd> </dl> The CSS rule for this is such that it lays out like...

How can I deal with the following error I get when I use Dean Edwards' IE7.js with IE6?

I'm using Dean Edwards' IE7.js for IE6 <!--[if lt IE 7]> <script src="http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js" type="text/javascript"></script> <![endif]--> and getting a JavaScript error on IE 6 when it reads the line: c.runtimeStyle[h]=c.parentElement.currentStyle[h] How can I solve this? ...

IE 6 PNG problem

Having trouble getting the top left background suitable in IE 6, this is the JS im using, it works for everything else on the page but not this :( http://www.naomisalsi.com DD_belatedPNG.fix('#navigation, .logo, #contenttop, #content, #contentbottom, #flowerbottom, body'); ...

Form submit problem using JavaScript in Internet Explorer 6

I have just done the code for submit the form using JavaScript. It works in all browsers except in Internet Explorer 6. I have pasted my HTML form and JavaScript code below. Can you please find what's the problem with it? JavaScript: <script type="text/javascript" language="javascript"> function dodelete(image_id) { ...

jquery ie6 issue swaping videos through hide/show while playing.

So my code is: Click the link show the div. I'm using the jquery flash embed object. $(document).ready( function() { $('a.overview').click( function() { $('#overview').show(); // show div.contact $('#evaulting').hide(); // hide div.contact $('#his').hide(); // hide div.contact }); }); $(do...