internet-explorer-6

alpha opacity and behavior: url(iepngfix.htc); not working in IE6

六月ゝ 毕业季﹏ 提交于 2019-12-24 11:40:10
问题 .idioma_es #logosFooter, .idioma_es #logosFooter li a { background: url(../nImg/microsites/logos/logos_footer.png) no-repeat scroll left top transparent; behavior: url(../../nJs/iepngfix.htc); } Result in Firefox: Result in Internet Explorer 6 (Based on IE Tester for Windows): the path of the .htc file is correct ! Any idea what i'm missing? 回答1: Don't test this with IETester. It's not completely reliable. You should use a virtual machine, but you can quickly test a page with http://ipinfo

Difference between IE6 versions

半城伤御伤魂 提交于 2019-12-24 11:01:17
问题 Whats the difference between version 6.00.2800 and 6.00.2900 of Internet Explorer 6? Can anyone confirm different CSS rendering between IE6 SP1, SP2, SP3 ? Should I browser test my pages across different Service Packs? 回答1: I suspect there's no difference aside from minor security points. A quick google search yielded http://www.codingforums.com/archive/index.php/t-11641.html, the inability of IE6 SP1+ to render "chromeless windows." 来源: https://stackoverflow.com/questions/1230905/difference

CSS body background-image not showing in IE-6

怎甘沉沦 提交于 2019-12-24 10:47:45
问题 I have some problem with the background-image property in IE-6. In all other browsers, background-image is showing except IE-6. This is the url of my site http://indivar.info/godsak/node/2. This is what I have written in the css. body { background-color: #D3D3D3; background: url("../images/background.jpg") repeat scroll 0 0 transparent; margin: 0; padding: 0; position:relative; overflow-x:hidden; }. This question will lool outdated as this is related to IE-6. But the client needs it so I have

IE6 textBox.focus(); causing “Unexpected call to method or property access”

倾然丶 夕夏残阳落幕 提交于 2019-12-24 09:22:56
问题 The issue is now resovled :) Thanks for everyone's help and attention! I'm getting the JS error "Unexpected call to method or property access" in IE6 intermittently on the line " oAutoCompleteTextBox.focus() ;". Hopefully, someone has seen this issue before and can provide some insight on how to solve it. Below is the context of the usage. $(document).ready(function () { ... oAutoCompleteTextBox = GetElement('<%=this.AutoCompleteTextBox.ClientID%>'); ... SetupDefaultValues(); } function

Giving height to absolutely positioned DIVs in IE6

瘦欲@ 提交于 2019-12-24 09:09:55
问题 It's almost 2010 and I'm still dealing with IE6 bugs. sigh . So, here's a new one (to me) that I'm having trouble finding a answer to via google. I'm creating a DIV with an inner-shadow. The div needs to be flexible in width and height. To accomplish this, I'm giving the DIV a background image of the inner-shadow. I then add 3 additional absolutely positioned divs within for the other 3 corners (top right, bottom right, bottom left) and give them each heights so they overlap. This works great

Content of h1 tag is invisible until moused over in IE 6

你。 提交于 2019-12-24 08:23:11
问题 The bizarre symptom I'm seeing on this page (only when viewing with IE 6) is that the text of the <h1> tag is invisible when the page is loaded or resized, but appears when I mouse over the region where it appears in the upper-left corner. I haven't seen this with any other browser, and the only CSS attributes I'm modifying for any h1 tag are these: font-size font-weight margin, margin-top padding, padding-top, padding-bottom Nowhere do I change visible or display , and there are no hover

Will these ActiveXObject and XMLHttpRequest checks apply for any other browser than IE6?

倖福魔咒の 提交于 2019-12-24 02:09:05
问题 I got a weird error in IE10 for plUpload plugin, and I found that if I remove this code in our project everything works fine. Can anyone tell me exactly what this does and if it's safe to remove? It looks like it only applies for IE6? Am I right? var progids = ["Msxml2.XMLHTTP.6.0", "Msxml2.XMLHTTP.3.0", "MSXML2.XMLHTTP", "Microsoft.XMLHTTP"]; var progid = null; if (typeof ActiveXObject != "undefined") { var ie7xmlhttp = false; if(typeof XMLHttpRequest == "object") { try { var o = new

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

放肆的年华 提交于 2019-12-23 21:22:45
问题 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? 回答1: I've tried to figure this out before and all I could find were javascript hacks. I found one once upon a time that worked well but I don't know where. You could try this: http://brandonbuttars.com/2009/09/css-select-options-internet-explorer-cut-off/ Or plenty of other options on Google: http://www.google.ca/search?hl=en&safe=off&q=ie6+cutoff+select+options&btnG

Hovering <a> in CSS without href

╄→гoц情女王★ 提交于 2019-12-23 19:33:08
问题 I need a picture to change upon hovering over it. I got that working in CSS by changing the z-index upon hovering over it. However, I don't want anyone to click on it. Thus, I have removed the href from the tag. I have heard that this is a problem for IE6, however I have read that such is within the specifications of even XHTML, which is what my code validates in. So, is there a work-around for IE6 for the lack of an href? Does anyone on here have IE6 that can test this and see if it's really

IE MIME/content filtering

六眼飞鱼酱① 提交于 2019-12-23 12:36:46
问题 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 or image/jpeg. I am familiar with the urlmon MIME filters, but they have a huge weakness; they are only invoked for the top level document, and not for any of