internet-explorer-7

IE7 issue - cannot download streamed file when Automatic prompting for file downloads is disabled

谁说胖子不能爱 提交于 2019-12-06 03:19:32
问题 My application is J2EE (JSP/Servlet) based. I encounter an issue when i try to open a new window (pop-up) from JSP and call a Servlet action (e.g. Streamer.do) which streams a PDF file inside that pop-up. Problem: While IE 7 -> Tools -> Internet Options -> Security -> Custom Level -> Downloads -> Automatic prompting for file downloads is Disabled and while pop-up window get opened, I am unable to download the file (Save/Open prompt is not comming up). In contrast, when I enable this option, I

Does IE7 not fully support javascript's insertBefore method?

拥有回忆 提交于 2019-12-06 02:55:25
问题 I have the following code which works perfect in Chrome, IE8, and FF. However, I get an error when I'm testing it with IE7. Does anyone have a clue what's happening here? function do_replace(s, p1,p2,p3,child_node,syn_text) { reg = new RegExp('[h\|H][1-7]'); if(p1.length>0){ //this might not be necessary //create textnode var text_node = document.createTextNode(p1); child_node.parentNode.insertBefore(text_node,child_node); //errors out here in IE7 } The code errors out at the last line- IE7

Page doesn't fully load in IE7 or IE8 (but works in other browsers)

痴心易碎 提交于 2019-12-06 02:30:14
问题 I've come across a really strange problem where a page I'm trying to test in IE7 and IE8 is taking forever to load. The problem is that it works in all other browsers just fine (yes... even IE6 ). The page just keeps loading saying: '(1 item remaining) Waiting for http://...' Does anyone know of any reason this could be happening? 回答1: Last time I saw that behavior, it was IE7 trying to load a page with an EMBED tag that had no SRC attribute (I don't remember if it was defined as "" or if it

Z-index problem in IE7 with jQuery Superfish menu plugin

拈花ヽ惹草 提交于 2019-12-06 00:36:43
问题 I needed to modify jQuery Superfish menu plugin to accommodate using image for the menu. There are submenus under Om oss and Medieomtale. I used sprites images for this menu. It works fine with IE8, FF etc. However IE7 has a problem to show submenus. It shows the submenu but when I try to navigate in the submenu, it fades out. Editor's note A link in this question to www.okadadesign.no to demonstrate the issue was removed, as it is no longer accessible. 回答1: I fixed the z-index problem for

CSS line-height issue across browsers

房东的猫 提交于 2019-12-06 00:01:16
I have some button controls with CSS line-height: 18px. Some are input controls type="button", and others are anchors stylized to appear as buttons like the input controls. In FF3.6.12/IE8 they are displaying the same height, but in IE7, the anchors are shorter in height. How do I get them to display correctly in IE7? I took your demo: http://jsfiddle.net/DnGvF/ and added just this CSS at the end: http://jsfiddle.net/gRF9g/ /* ie7 fixes */ .Footer input[type=button], .Footer input[type=submit] { overflow: visible; *height: 24px; *line-height: 15px } Some explanation of what's going on there:

IE7 z-index problem with Flash content

亡梦爱人 提交于 2019-12-05 23:55:08
I have a problem with flash content in IE7 being always over the menu items I have a structure like the following: <div id='skyscraper_flash'> <!--this id skyscraper_flash is position absolute--> <object> <!--this is wmode transparent--> </object> </div> <div id='menu'> <!--this id menu is also position absolute--> <ul> <li>foo</li> <li>bar</li> </ul> </div> Now then the last item of the menu opens it shows behind the flash content. The skyscraper is on the right of the page content. What should i look into? You can give this inside the object tag <param name="wmode" value="transparent"> Yeah,

Writing Conditional Code for Internet Explorer WITHIN a Javascript file

半腔热情 提交于 2019-12-05 19:55:40
I'd like to know if it's possible to write conditional javascript within a javascript file for Internet Explorer. i.e. something like this... if (is IE7) { do this } else { do this instead }); I know I can load a completely different script for IE using conditional comments in the head, but I only want to change a small piece of code and so loading a completely different sheet would be an 'expensive' way to do that. If you are using jquery you code do this if ($.browser.msie && $.browser.version == '6.0') { //do IE specific code } When writing Javascript, doing feature detection is always the

Jquery ZeroClipboard or Zclip nothing in clipboard IE 8 and 7

三世轮回 提交于 2019-12-05 18:16:26
I'm using Jquery plugin ZClip or ZeroClipboard which copies content to the clipboard via a button or link. The data to copy and links/buttons to activate this are loaded using ajax which needs to use plugin, I attach the elements after they have loaded as so: $('#ajaxbutton').live('click', function() { $.ajax({ type: "POST", url: "ajax.php", success: function(msg){ $('a.ajaxcopymulti').zclip({ path:'js/ZeroClipboard.swf', copy:function(){ return $('p#ajaxdescription').text(); } }); }); }); and in ajax.php for example: <p id="ajaxdescription">Ajax description copied to clipboard</p> <p><a href=

IE7 ignoring margin in a div following an absolute positioned div

喜欢而已 提交于 2019-12-05 15:25:24
I have two divs inside a container, the first one has absolute positioning. In ie7, the second div apparently ignores the top margin. Padding seems to work fine, but for visual reasons I have to use margin. I know the culprit is the absolute positioned div because if i remove it the following div works fine. This is only happening in ie7 (not even in ie6). Help! Edit: I just found a solution which consists of giving the parent div padding-top just for ie7. So I would just like to know why does this happen, and if there is one, a cleaner solution, but I dont need more dirty hacks.. Ugur Korfali

can we worry less about IE 6 issues since there seems to be upgrade push? [closed]

独自空忆成欢 提交于 2019-12-05 14:12:51
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I noticed that on my Vista and XP machines, the automatic update is asking me to upgrade to IE 8 (from IE 7). News article also says people with IE 6 also get such suggestion. http://news.cnet.com/8301-13860_3-10218185-56.html (i don't