I am serving a .aspx that contains Images. I haven't figured out yet how to force ie7(6) to fetch the images all the time (e.g redirects).
So far, I've added the following tags on my .aspx page:
<META Http-Equiv="Cache-Control" Content="no-cache">
<META Http-Equiv="Pragma" Content="no-cache">
<META Http-Equiv="Expires" Content="0">
...
I want to have a particular CSS style different for IE6. Basically I am using CSS sprites with a PNG file. But for IE6 I want to use the .gif version.
I dont want to use the <!-- if lte IE6 statement. I want to include it within my CSS file itself.
How do I do that?
Edit:
I need this because I want my users to include a single CSS ...
I have problem positioning left sidebar (variating height DIV) ON IE6.
Main needs:
1. I cant set height value, cause height is variating and should be computed by browser.
2. Sidebar must have top and bottom spacings.
Top bar issue is solved by replacing position to relative.
Any ideas ? Thank you in advance !
Below you can see simp...
Hi, we have an issue with IE6 with a page inside an iframe.
When a submit button is pressed, the page reloads with some new text on it but the old text from the previous page is still visible. In some places this overlaps so that the text is unreadable.
Minimizing and maximizing the page cleans this up and view source only shows the ...
I am using the following JavaScript function within IE6:
window.onbeforeunload = function() {
if (itemChanged) {
return 'You have made changes to data on this page. If you navigate away from this page without first saving your data, the changes will be lost.';
}
};
But when I press the Cancel button on the dialog, I ...
I tried, to no avail! My problem is php's setcookie() fails in IE6. It's fully functioning (albeit buggy) for Firefox 3 and IE7/8. The following is the code. IE6 displays fail. Simple question: why?
<?
header('P3P: CP="DEV PSAi NAV STP DEM OTRo NOI IDC
DSP COR CURa ADMa OUR IND PHY ONL COM STA"');
setcoo...
Long time reader, first time poster asks:
After many weeks of google and forum trawling, I am still at a loss. I have a series of nested divs, some with ids, some with classes, and some with ids and classes.
It's XHTML strict, and validates.
Original code http://www.drewsonne.com/melonstack/?topic=brisbane
eg.
<div id="main">
<div...
Hello all,
Currently i'm using DDIEPNG (http://www.dillerdesign.com/experiment/DD_belatedPNG/) as my IE6 png headache pill, but i hit a problem with ajax modal window....
I'm trying to create modal window using lightbox gone wild tiny js script with a little tweak that suit my problem... and it create modal window "content" on the fly b...
Hi,
I am running Windows XP with IE6 and doing some web stuff but for some reason, when I submit a page, I am getting a HTTP 400 Bad Request
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
When I do a right-mouse click properties, the address(url) value is:
res://C:\WINDOW...
I'm having some questions about changing the class/state of a link back to normal in ie6. I'm using a:active to change the background of a span when the user clicks on it. The target of the link is set to javascript:void(0), so clicking on the link just invokes a JS function I have.
However, when the user releases the mouse button, the ...
Is there any way to differentiate IE7 versus IE6 using PHP's get_browser() function?
...
I am facing this queer problem: what i am trying to achieve is like on page load one pop-up would be shown where users need to do something to get the page going, a grey image background is applied to the body to keep the page inactive. But in ie6 the comboboxes of the page shows active and user can select values whish is so frustrating....
Hi,
Is it possible to style an iframe with a background colour within MS IE6?
If so, how?
Thanks.
Tony.
...
Here's a sample page with a couple datepickers. Here's the Drip result for that:
This page leaks indefinitely in IE6sp1 when I click the Refresh button repeatedly (IE6sp3+, Opera 9, Chrome2, and FF3+ seem to be good). The memory goes up and never goes down until I actually close the browser completely.
I've also tried using the lates...
I'm looking into ways to develop an extension for IE6+ that will allow handling of custom MIME types.
As an example, I need to be able to take a document with a custom MIME type that is returned by the server, perform some processing on it, and then change the MIME type back to something that IE can natively handle, such as text/html o...
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.
...
This is v. frustrating. I get Internet Explorer Script Error modal dialog when i call selenium.waitForPageToLoad(). Below is a snippet of the command sequence.
...
type(short_desc, IE6.0 -- Testcase:SimultaneousEditingConflictDetected...
click(component)
select(component, place holder)
click(commit)
waitForPageToLoad(60000)
...
I turne...
Hey all..
So I'm chasing down the non-secure item on my page. I am using the JQuery library to make an accordion menu. I suspect that the maybe the problem. Does anyone know if this href would be problematic? I can't find any blank src paths or http:.
Thanks Nick
...
I'm wrestling with a ridiculous problem in IE6. I render a page full of data on the server-side, and then iterate through the results (rows of an HTML table) on the client side, updating each row in sequence with the results of an AJAX call on each row. (I don't want to use .each(), don't ask...)
IE6 will not show anything on the client...
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...