internet-explorer-6

Textbox background image pushing out in IE 6 & IE 7

≡放荡痞女 提交于 2019-11-28 10:35:26
问题 Please see this jsFiddle example. The background image I have used on textbox pushes out of view in IE when you type in long values: Solution (in case jsfiddle gets deleted) CSS #txt_services_by_zip_code_search{ border: none; float: left; height: 22px; width: 95px; padding:0 5px; background: transparent } #txt_services_by_zip_code_search_wrapper { background: transparent url('http://i.imgur.com/quh2W.gif') no-repeat 0 -25px; display: inline-block; *display: inline; zoom: 1 } HTML <div id="txt

Multiple Internet Explorer instances on one machine [duplicate]

两盒软妹~` 提交于 2019-11-28 07:47:27
Possible Duplicate: Running Internet Explorer 6, Internet Explorer 7, and Internet Explorer 8 on the same machine I am looking for a tool that can allow me to run Internet Explorer 6, Internet Explorer 7 (and Internet Explorer 8 if possible) on my machine. I found something on the Internet like this and some other interesting solutions, but I need your opinion based on experience. Which is the best choice for running multiple Internet Explorer instances from the point of view of a web-developer? Edit: thank you for the help, I installed some of the tools you suggested, and I decided to stick

Link styling behaviour in IE6

大城市里の小女人 提交于 2019-11-28 05:42:56
问题 I came across this issue when testing a stylesheet across different browsers, including IE6 (yes, I know..) <head> <style> a:link, a:visited, a:hover, a:active { font-weight: bold; color: #000; text-decoration: underline } .myclass a { color: red; text-decoration: none; } </style> </head> <body> <p>This is a <a href="1">test</a></p> <div class="myclass"> <p>This is a <a href="2">test</a></p> </div> </body> Results: In IE6, the .myclass a rule only applies to the unvisited link state In other

List of CSS features not supported by IE6

 ̄綄美尐妖づ 提交于 2019-11-28 05:07:27
I just finished slicing and coding a very nice table-less css template for my website, all the time I was testing with IE7 and Chrome. Then I just had the brilliant idea of testing this template with IE6, I installed Windows XP on a Virtual PC and then I opened my website on IE6. It looks extremely bad! The format of my page looked like garbage, nothing displaying correctly like in IE7 and Chrome. I knew that some things were not supported by IE6, but I didn't think that my page would render like it did. So I would like to know if there is a place where I can see what is not supported by IE6

Z-Index problems with IE6 and html <select> element

大憨熊 提交于 2019-11-28 05:02:26
问题 I have a <div> that opens up on a jquery hover event (display goes from hidden to block ). Sometime it's opens up over some form elements. And of course it works fine in all browsers except IE6. <select> boxes bleed through as if there z-index is higher than the <div> tag. I've tried setting the <div> tag with a higher z-index, but it still gets ignored by IE6. I'm hoping to implement any fix -- jquery or css, I really don't care at this point. Any ideas? 回答1: You need the bgiframe plugin.

File download in IE6 gets the wrong filename

ぐ巨炮叔叔 提交于 2019-11-28 04:41:14
问题 I have a PHP script being served over https:// that is trying to push a PDF file to the user. The problem that in Internet Explorer 6 (which unfortunately I still have to support) is not obeying the filename being set in the header. FireFox and IE7 are both working properly. The file name keeps coming out as a random name with the correct extension. Example: "CAOTC5K3.pdf", "CAXSIPXV.pdf" or "CA1OCVTX.pdf" If I un-comment out the "Content-type" line, IE6 gives me an error, and tries to

Simple javascript string problem in ie6 and ie7

我怕爱的太早我们不能终老 提交于 2019-11-28 03:55:50
问题 I have a very simple function that takes a list of comma separated (x,y) points and imports them into a graph. I have FF, Chrome and IE8 installed. I use IETester to test for IE6 and IE7. // Import Data this.Import = function(data) { alert("Data in: "+data); var d; // Make sure the first and the last are start/ending parenthesis if ( (data[0] != '(') || (data[data.length-1] != ')') ) { alert("After if: "+data[0]+" "+data[data.length-1]); return false; } ... In Chrome, FF and IE8, I don't see

Can't execute code from a freed script - IE6 IE7 IE8 IE9

独自空忆成欢 提交于 2019-11-28 03:23:27
问题 I ran into this problem today in IE6 (but is reproducible on all recent version of IE). I noticed quite a few people run into this problem and I haven't seen a very practical way to fix this. There seems to be some other solution floating about regarding the order of script tags and meta tags in the head of the HTML document. I haven't confirm this but here's a link anyway: What causes the error "Can't execute code from a freed script" I also know the solution to this problem so I'm posting

How to workaround: IE6 does not support CSS “attribute” selectors

穿精又带淫゛_ 提交于 2019-11-28 02:45:12
问题 One of the projects which I am working uses CSS "attribute" selector [att] CSS Selectors which is not supported by ie6: Support for CSS selectors in IE6 (look for text "Attribute Selectors") Is there any workaround/hack which is of course valid html/css to overcome this problem? 回答1: Since IE6 is essentially limited to: class selectors ID selectors (space) descendant selectors a:-only pseudo-selectors your only options are: Use more classes to identify your elements Use JavaScript ( strongly

Why is ContentEditable removing “ID” from div

老子叫甜甜 提交于 2019-11-28 02:17:59
问题 I am having problems with getting a HTML editor working. We are using “contentEditable” to implement it, however when any paragraph formatting option is done without contents selected, IE removes the ID from one of the divs in the page. The problem repeats for me with the HTML, just save it to a file, then open it in IE enable jscript when asked push the button check you get two message boxes first one says “MainContents = object” second one says “MainContents = NULL” I am using IE 6.0.2900