internet-explorer-6

Transparent background png image issue in IE6

南笙酒味 提交于 2020-01-24 17:26:27
问题 background image of type PNG is not transparent in ie6 回答1: See these posts IE6 PNG transparency How to use semi-transparent png images in IE6 回答2: This is a known issue in IE6: Transparent PNGs are only supported with some hacks. 回答3: This is a well-know bug. There are several workarounds, e.g. you can try using Google's ie7-js library. 回答4: I think you should definitely check the JQuery plugin called Supersleight, created by the guys on All In The Head & 24 Ways. They fixed some problems

Transparent background png image issue in IE6

…衆ロ難τιáo~ 提交于 2020-01-24 17:26:21
问题 background image of type PNG is not transparent in ie6 回答1: See these posts IE6 PNG transparency How to use semi-transparent png images in IE6 回答2: This is a known issue in IE6: Transparent PNGs are only supported with some hacks. 回答3: This is a well-know bug. There are several workarounds, e.g. you can try using Google's ie7-js library. 回答4: I think you should definitely check the JQuery plugin called Supersleight, created by the guys on All In The Head & 24 Ways. They fixed some problems

CSS method to include IE6 hacks

為{幸葍}努か 提交于 2020-01-24 05:14:31
问题 CSS has @import, right? IE6 understands *html selector hack, right? Is it possible to combine them like //*html @import url(ie6hacks.css); or, possibly, //*html { @import url(ie6hacks.css); } ? Good browsers must skip this, will it still work in IE6? How does it look as a solution? I can clearly see it looks ugly as normal CSS. 回答1: Is it possible to combine them like * html @import url(ie6hacks.css); No. at-rules like @import are not selectors, so cannot be combined with other selectors.

How To Distract Clients From Using IE6

时间秒杀一切 提交于 2020-01-21 03:04:45
问题 How can we distract our clients from using IE6. We know IE6 is not a good standard-compliant browsers; has many issues. How to satisfy clients so that they do not use IE6? Thanks... 回答1: I'm currently in the process of building a new site for my company and I've been looking at http://code.google.com/p/ie6-upgrade-warning/. Essentially it's a little javascript lib that checks to see if the user is running IE6 and if so it displays a nice little overlay on top of your site. The only problem I

How To Distract Clients From Using IE6

我的梦境 提交于 2020-01-21 03:04:27
问题 How can we distract our clients from using IE6. We know IE6 is not a good standard-compliant browsers; has many issues. How to satisfy clients so that they do not use IE6? Thanks... 回答1: I'm currently in the process of building a new site for my company and I've been looking at http://code.google.com/p/ie6-upgrade-warning/. Essentially it's a little javascript lib that checks to see if the user is running IE6 and if so it displays a nice little overlay on top of your site. The only problem I

Changing name attr of cloned input element in jQuery doesn't work in IE6/7

两盒软妹~` 提交于 2020-01-19 05:38:06
问题 This SSCCE says it all: <!doctype html> <html lang="en"> <head> <title>Test</title> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#add').click(function() { var ul = $('#ul'); var liclone = ul.find('li:last').clone(true); var input = liclone.find('input'); input.attr('name', input.attr('name').replace(/(foo\[)(\d+)(\])/, function(f, p1, p2, p3) { return p1 + (parseInt

Packed/minified javascript failing in IE6 - how to debug?

怎甘沉沦 提交于 2020-01-17 05:35:19
问题 I have a number of files which I combine and pack to produce a single, minified JS file. The problem is that when I minify the file (using packer), IE6 gives one of its characteristic helpful error messages. Line: 12 // of course, line 12 is an empty line Char: 1 Error: Expected ')' Code: 0 The thing is: it works fine in IE7, Firefox and Chrome the problem only comes up for IE6. Unpacked, I have almost 200kb of scripts spread through 8 files. How on earth do I fix this? 回答1: Microsoft have

IE6 opening XLSX file as an XLS file

帅比萌擦擦* 提交于 2020-01-15 12:07:00
问题 My application generates XLSX files based on a users requirements. After the XLSX file is generated the user is redirected to where the file is saved using Response.Redirect... Response.Redirect("filename.xlsx") When the user then opens the file... they recieve this message. The file you are trying to open, 'filename.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to

IE6 opening XLSX file as an XLS file

大兔子大兔子 提交于 2020-01-15 12:06:09
问题 My application generates XLSX files based on a users requirements. After the XLSX file is generated the user is redirected to where the file is saved using Response.Redirect... Response.Redirect("filename.xlsx") When the user then opens the file... they recieve this message. The file you are trying to open, 'filename.xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to

some none IE browsers are showing true for IE6 Browser detection

有些话、适合烂在心里 提交于 2020-01-15 11:10:49
问题 So I'm running jQuery 1.3.2 (yep it's old and right now I can't upgrade). Problem is I'm trying to drop IE6 support for our internal site and upgrade the browser. I have this check if($.browser.msie && $.browser.version=="6.0") { // do something... } But during testing (some) Firefox users are seeing the do something condition and should'nt be. Here are some of the User Agents that I think might be causing the issue. UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.7 (KHTML,