internet-explorer-7

Eclipse Helios/Galileo Update sites cannot be accessed on Windows machine with IE7

回眸只為那壹抹淺笑 提交于 2019-12-11 14:24:51
问题 When starting the update, the following error is displayed: Network connection problems encountered during search. Unable to access "http://download.eclipse.org/releases/helios". Error accessing site stream. [Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd] Server returned HTTP response code: 503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd Error accessing site stream. [Server returned HTTP response code: 503 for URL

Reloading iframe from another iframe

点点圈 提交于 2019-12-11 12:51:49
问题 Can I reload iframe (say __tree_iframe) from another child iframe (__content_iframe)? Difficulty: IE6/7. UPDATE Obviosly I should use window.opener and find iframe using it iframes property. Apparently, IE doesn't support window.opener. Any ideas about another way? 回答1: If you have trouble accessing the iframe in the parent frame, best give it an ID. Then it should be possible to do a parent.getElementById("frameid").location.reload() if both parent, child and sibling are in the same domain.

How can I have floated list items display their bullet in IE7?

孤者浪人 提交于 2019-12-11 12:11:55
问题 I've got a list with floated list items which should use the standard bullet. But in IE7 only, these bullets don't appear: Here is the all the 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=utf-8" /> <title>Title</title> <style type="text/css"> /*ul { overflow: hidden; margin: 1em; padding: 1em; } */ ul li { width: 30%; float: left; border: dashed red 1px; /*

How can I center div in div in IE7

故事扮演 提交于 2019-12-11 12:09:47
问题 HTML: <div class="wrapper"> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> <div class="box"></div> </div> CSS: .wrapper{ width:1000px; text-align:center; float:left; } .wrapper .box{ width:300px; height:50px; display:inline-block; background:#F00; margin:0 10px 10px 0; overflow:hidden; } I want to center all div in wrapper div like this; Above codes work fine in IE8,IE9,Chrome,Safari,Opera,FF but not working in IE7. When I open page in IE7,

CSS: Why an input width:100% doesn't expand in an absolute box?

泄露秘密 提交于 2019-12-11 09:57:19
问题 I have 2 inputs: they both have a width: 100% , and the second one is an absolute box: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/css"> #box1 { position: absolute } #box1 { background: #666 } input { width: 100% } </style> </head> <body> <form> <input type="text"> <div id="box1"> <input type="text"> </div> </form> </body> </html> On

Javascript namespace and problem with IE7

白昼怎懂夜的黑 提交于 2019-12-11 08:57:17
问题 I implemented a Javascript namespacing solution based on this answer to another stack overflow question: How do I declare a namespace in JavaScript? Let's call this isigma-ns.js: var ISIGMA = { messages: { noValidId: "No valid ID found", reason: "Reason", // etc... }, language: "ca", SIGN: 2, PAUSE: 400, params: {}, init: function(params) { // etc... }, delay: function(callback) { // etc... }, // etc... signURL: function(cert, url) { // etc... } }; I include this script in my page, plus other

ExtJS & IE7: Rendering problems with simple window

▼魔方 西西 提交于 2019-12-11 08:50:57
问题 I have created this very simple window extension. In Firefox it looks like it should, but in IE7, the contained items flow out of the window. What can I do to fix this? Code: (Doctype is strict, but won't display for some reason) <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Online example</title> <link rel="stylesheet" type="text/css" href="http://dev.sencha.com/deploy/dev/resources/css/ext-all.css" /> <script type="text/javascript" src="http:/

IE7 float right causes parent element to take up full width

自作多情 提交于 2019-12-11 08:44:32
问题 I am completely baffled by this and don't fully understand IE7's problem. The page in question is here and I'm talking about the top grey menu bar. On all other reasonably modern browsers it looks just fine. On IE7 (and possibly IE6 too, but we don't support that) the div.navArrow element having float:right gets pused all the way to the right, making the parent element <li> take up the remaining width of the page. I'm not sure where to start in fixing this. Any ideas please? 回答1: I have

image not appearing in IE7 OR IE8

旧城冷巷雨未停 提交于 2019-12-11 08:39:03
问题 I have an image that is using absolute positioning on my site. It is positioned to appear over a css-background-image. It works fine in gecko based browsers and webkit. I was surprised to see the same problem in BOTH versions of IE including 8. I am currently using a png for the image but tried it with a jpg and that made no difference. Relevant markup and css below....Any ideas ? <div id="have_vid"> <div id="click_here"> <a href="/services"<img id="join_now" src="<?php bloginfo('template

Internet Explorer 8 compatibility issues [closed]

[亡魂溺海] 提交于 2019-12-11 08:23:38
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 5 years ago . I am a relative noob at graceful degredation, and wanted some tips on a site that just went live. I know that at this point the layout is completely broken in IE 8 or lower, and wanted to see how much I could do to make things work without a massive overhaul. www.unccti.org On IE 8, for example, it