internet-explorer-7

IE is randomly minimizing when a link is clicked

风流意气都作罢 提交于 2019-12-01 01:08:00
问题 I have the bizarre problem. When I click on a link in IE7 the window minimizes. It seems to only be a subset of the links on the page. It also doesn't consistently happen with the same link and differs from computer to computer. example link text: <a hidefocus="on" href="#" tabindex="1"><span unselectable="on" id="extdd-102">Canadian Legislation</span></a> Anyone seen this before or have any idea what might be causing it? 回答1: Finally figured it out. It was actually a custom JavaScript click

Forcing IE7 into standards rendering mode (not quirks)

偶尔善良 提交于 2019-12-01 00:54:33
问题 I'm having display issues in IE7 due to it rendering in quirks mode. I've confirmed this by displaying "document.compatMode" and getting back "BackCompat" as opposed to "CSS1Compat". Using IE8 and reverting to IE7 works, because that keeps it out of quirks. In plain IE8 I have it fixed by forcing the rendering mode with the X-UA-Compatible header, but this does not work for IE7. The other browsers also display in quirks, but unlike IE this does not put them into pseudo-IE5.5 mode, so they

Linear Gradient background in IE 7 - 9

拟墨画扇 提交于 2019-12-01 00:37:12
I have a checkbox and a Label to style, depending whether the checkbox is checked. So far I used the [selectivizr] script 1 to manage :selected propperty working in IE7. But somehow The Gradient is not working propper in IE 7, 8 and 9. There should be a Gradient from light to darker green, but I get a deep blue gradient. I can't explain this strange behavoir, maybe it has something to do with the order of css-rules? input[type=checkbox]:checked + label { background: #00bf00; background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%); background: -moz-linear-gradient(top, #00bf00 0%,

Problem with opacity in IE8

亡梦爱人 提交于 2019-11-30 23:29:50
I try to solve a problem that appears in IE8. Html is very simple: <div id="overlay"> </div> <div id="imgcontainer"> <div> <div id="source"> </div> </div> </div> When I set (using jQuery) opacity of "#source" element with "0" in IE I can see the background of #overlay, not #imgcontainer > div, but why? There is a javascript code: $(function(){ $("#source").css({ opacity: "0", }); $("#overlay").css({ width: $(window).width(), height: $(window).height(), display: "block", opacity: "0.6" }); $("#imgcontainer").css({ zIndex: 2, position: "fixed", opacity: "1", left: "0", right: "0", top: "100px",

css opacity not working in IE7

笑着哭i 提交于 2019-11-30 23:26:02
问题 I have this test page : http://jsfiddle.net/VWnm9/7/. The image is correctly faded on all my computers running IE7 or IE8, except for one computer that runs IE7 and doesn't fade the flower, even in noext mode. The page is : <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <style type="text/css"> body { background: blue; } img { filter: alpha(opacity=10); opacity: 0.1; } </style> </head> <body> <img src="http:/

Linear Gradient background in IE 7 - 9

China☆狼群 提交于 2019-11-30 19:25:22
问题 I have a checkbox and a Label to style, depending whether the checkbox is checked. So far I used the [selectivizr] script 1 to manage :selected propperty working in IE7. But somehow The Gradient is not working propper in IE 7, 8 and 9. There should be a Gradient from light to darker green, but I get a deep blue gradient. I can't explain this strange behavoir, maybe it has something to do with the order of css-rules? input[type=checkbox]:checked + label { background: #00bf00; background:

getAttribute cannot return class in IE7?

半世苍凉 提交于 2019-11-30 18:37:17
I need to find random nodes according to random attribute values. To do that I use getAtrribute on nodes from getElementsByTagName. It seems like when I look for class name as attribute it does not work on IE (works on FF). Anyone know if getAtrribute doesn't work only on 'class' or other attributes as well? (if its only class I'll do a workaround.) It's worth testing all of your Javascript cross-platform, if you're not using something like jQuery to take the pain away, but Class may just be a special case. This should be a cross-platform way of getting the class: element.className Anyone know

Odd behavior replacing string with special replacement patterns in IE7|8

会有一股神秘感。 提交于 2019-11-30 18:19:53
问题 I've spotted a very strange issue in IE7|8 when using special replacement patterns: 'moo$$e'.replace( /\$/g, '$$$$' ); 'moo$$e'.replace( '\$', '$$$$', 'g' ); Latest Chrome: moo$$$$e moo$$$e Latest Firefox: moo$$$$e moo$$$$e IE7|8: moo$$$$e moo$$$$$e I know that flags parameter is nothing like a standard, hence the difference between Firefox and Chrome in the second case. I'm cool with it . However, what I see in IE7|8 is really odd (still second case). I tried playing with '\x24' , escaping

How to test my application on older version of IE?

谁说胖子不能爱 提交于 2019-11-30 17:42:54
I have installed IE8 on my system. I usually test my application on this browser, but the problem arises when i got to know that the client is using IE7. Now how can i test my application on IE7? One possible solution is to have dual booting on my system. So on version of Windows i can have IE7 and on another i can have IE8. But i really don't want to use this solution. Another possible solution is to use PC Emulator [ Don't know what is this, just heard about these ]. Using which i can have multiple IE version simultaneously. Have you ever tried this solution? Please name any good FREE

JQuery: animate() doesn't work as expected in IE

主宰稳场 提交于 2019-11-30 17:35:18
问题 I'm getting crazy with this IE 7... ==> hhttp://neu.emergent-innovation.com/ Why does following function not work in IE 7, but perfectly with Firefox? Is there a bug in the animate-function? function accordion_starting_page(){ // hide all elements except the first one $('#FCE-Inhalt02-ContentWrapper .FCE-Fade:not(:first)').css("height", "0").hide(); $('#FCE-Inhalt02-ContentWrapper .FCE-Fade:first').addClass("isVisible"); $('div.FCE-Title').click(function(){ // if user clicks on an already