internet-explorer-6

problem with z-index on ie6

二次信任 提交于 2019-12-12 05:37:50
问题 Hy, I run for several hours on a bug ie6, it was not the only one that I was locking it remains only to solve this one and I would finally be quiet. I have a vertical menu that I built, the problem is that the second level menu does not overlap with that of the first level despite the z-index. Under FF is impeccable, in ie6 it fair. here is my code, if you could help you relieve me greatly: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html

How to fix table going outside of div tag in IE6 & 7?

蹲街弑〆低调 提交于 2019-12-12 04:15:42
问题 If a table is too big and the window is too small than the table goes outside the div. I solved this with display:table !important; on the surrounding div but it doesn't work in IE 6&7 because they don't know it. How can I solve this in IE6 & 7? See JSFiddle example: http://jsfiddle.net/Kevin1990/LNS26/10/ 回答1: Instead of using display: table , use float: left . See: http://jsfiddle.net/thirtydot/LNS26/16/ This makes use of the "shrink wrap"/"shrink to fit" effect you get on a floated element

Strangest problem with IE6 not submitting a form

孤街醉人 提交于 2019-12-12 02:09:38
问题 I need expert advice here... I have run into the strangest problem in my career... I have a form with alot of "SELECT" tags. Each tag contains a large amount of "OPTION" tags. The form wont submit at all, but when I remove parts of the form content (for example, some SELECT tags), then the form will submit properly. However, there is NO consistency whatsoever, I mean, the removal of the tags can be random. I have tried looking at what part exactly of the "removed" part of my form could be

ie7 png opacity. is it possible

核能气质少年 提交于 2019-12-12 01:56:10
问题 1) dont use ie8 with option "work as ie7". it lies in this case 2) use clean ie7 or ietester last version For example test.png can be 50% tranparency jpeg picture. I know 2 methods to use it in ie7: background-image: "test.png"; filter: alpha(opacity=70) you will see gray image filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="test.png") alpha(opacity=70); background: none; you will see white image 2 variant came to us from ie6! example: http://pastehtml.com/view/awfp66p2m.html 1

HTML data attribute IE6 support

跟風遠走 提交于 2019-12-12 01:54:15
问题 Does HTML's data attribute work in IE6? I'm using the attribute like this <img id="charm_1" data-code='sdfsdfsdfsdf' data-price='100' class='addition_image' src="img/misc/donut.png" width="55" height="55" alt="Donut"> . As you can see there are 2 data attributes (price and code). I can get this with jQuery using the .data() method and it all seems to work in IE7/8/9. Does this work in IE6? I don't have a copy of IE6 to test this. 回答1: IE6 -- and indeed all other browsers on the market -- have

superfish items ' width aren't correct in IE 6,7

南笙酒味 提交于 2019-12-12 00:06:46
问题 I have installed superfish module in joomla 1.5 . I have a problem in IE 6,7 . the width of 'li' elements are not calculated correct and this causes some items fall down. unfortunately I am working on my pc and cann't uploaded it somewhere to show you the site, but I hope maybe it is a common problem and someone can help me. How can I resolve it? 回答1: Common reasons why you might get width issues in IE6: Quirks mode: Number one cause of layout glitches in IE. Make sure your <!DOCTYPE> is set

HR Margin issue with IE6, IE8 & FF

只谈情不闲聊 提交于 2019-12-11 23:48:16
问题 HI , I am getting Gap(some white space) between the <HR> & <TABLE> tags in IE6. But the same code is working differently in IE8 & FF. Here is the my sample code. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> <style> * { margin: 0px; padding: 0px; } </style> </head> <body> <div style="display: inline; height: 100%;" id=

Javascript appendChild name property

血红的双手。 提交于 2019-12-11 17:12:16
问题 So I'm trying to add attributes to a radio button input, specifically the name attribute in Javascript. I'm appending children to a main object and when I use Object.setAttribute("name", value); and subsequently check the innerHTML of the appended input, it does not even contain a name property at all! I'm guessing I'm missing something simple or there is a way around it but I've been wrestling with this problem for quite a while with no success. I tried accessing the property directly using

How can I have a CSS style different for IE6?

…衆ロ難τιáo~ 提交于 2019-12-11 17:09:32
问题 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 file and not 4 lines of code. My users are absolute newbies. I don't want to confuse them. Plus the only change I want is to use .gif instead of the current .png.

Does this applet work for you?

北慕城南 提交于 2019-12-11 15:28:33
问题 I have found a solution to get the full file path of a file that is about to be uploaded using a Java Applet. I need this for an internal system not anything else "dodgy"! Can anyone confirm if this works in an IE6 browser: http://www.maschek.hu/preview/ffx3_file/filepath.html I have an IETester application that has IE6/7/8 in one place and all IE6 does is just load/wait for the page and it has been 10 minutes. I am trying to determine if this applet will work in IE6? Its using PARAM tags so