internet-explorer-8

“checkedbycsshelper=true”

泄露秘密 提交于 2019-12-24 01:23:34
问题 In building my responsive website I have come across a bug that appears only in IE8, and I cannot figure out why. I use a cross browser testing service (as I build on a Mac) and on my portfolio page - http://www.weblinedesign.com.au/portfolio in firebug, I notice on nearly every line, there is added code " checkedbycsshelper=true ". It's preventing my images from loading as the tags wrapping the image tags have been disabled - assumed by this line of code. It doesn't happen in any other

IE8 automatically uses the “IE8 Compat View” browser mode and “IE7 Standards” document mode

こ雲淡風輕ζ 提交于 2019-12-24 01:06:53
问题 I built a website based on the HTML5 Boilerplate. I haven't changed anything in the boilerplate, other than adding my custom code to the Body part in the HTML. I'm targeting IE8 as the minimum IE version to support. The problem is that when I open my page on IE8 it automatically uses the "IE8 Compat View" browser mode and the "IE7 Standards" document mode, instead of using the IE8 Standards for both browser and document modes. Anyone has an idea why this might be happening and how to force it

IE8 - Vertical alignment of a <select> element with a custom height

陌路散爱 提交于 2019-12-24 00:42:57
问题 When applying a custom height on a select element, the text in IE8 is being vertically aligned to the bottom: http://jsfiddle.net/4DYPf/8/ <select> <option value="1">123</option> <option value="1">456</option> </select> select { border: 2px solid #CDCDCD; height: 50px; } Is there a way to align in to the middle? 回答1: This is no a css answer, but if you really need to center the text and you use jQuery, this is a way to fake that alignment: http://jsfiddle.net/cadence96/7MZHv/1/ It consists of

jQuery - Internet Explorer memory leaks

一世执手 提交于 2019-12-24 00:32:55
问题 I'm developing an internal web application for use on the helpdesk on which I work, designed to be run fullscreen, all the time, on large TVs around the room, displaying relevant data for the guys taking calls. We're using Internet Explorer 8 on Windows 7 (company security policy doesn't allow for any other browser) and jQuery 1.6.2 . All the scripts and data are stored on the LAN - nothing's coming off the internet. Essentially the application queries several XML files (generated by server

ASP.NET MVC 3 File download: Not Working in IE8

≯℡__Kan透↙ 提交于 2019-12-24 00:17:34
问题 I have the Download that simply serves a static zip file from the local file system that works in Chrome and Firefox, but not in IE8. The website is running on localhost with SSL, but I am getting the following error message in IE. Unable to download Download/ from localhost. Unable to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later. public ActionResult Download(long batchID) { var batchFilePath = string.Format

Problem with an AJAX Example on W3schools

核能气质少年 提交于 2019-12-23 23:38:01
问题 Link to example. I replaced the URL 'ajax_info.txt' by a website URL (http://...) which responds with some text. The resulting code works in IE 8. Why is the code not working for Chrome (no responseText)? What is the solution (without using any library)? Thank you for your time. P.S: I am very new to web development. 回答1: Browsers have a security limitation called 'same origin policy.' It prevents random websites from making requests on your behalf using your identity information stored in

IE executes inline scripts before external in dynamic iframe content

倖福魔咒の 提交于 2019-12-23 20:36:19
问题 within a website I'm writing the content of a dynamically added iframe with JavaScript. After adding the content to the iframe the JavaScript in the iframe will be executed. Unfortunately there are differences in IE. IE (8-11) will execute inline JavaScript first, before executing external scripts even if they are before the internal scripts . This is very strange since the normal process is, that JavaScript will be loaded synchronously step by step. Example: My webpage: <!DOCTYPE html SYSTEM

Internet Explorer IE7 + IE8 ignoring CSS rule with nth-child in comma separated selector list

若如初见. 提交于 2019-12-23 20:27:56
问题 I just spent an hour debugging a strange CSS bug that was occuring in IE7 and IE8 and wanted to share my findings: Question: Why is IE7/IE8 not picking up the later rule and overwriting the previous one? Example markup looks as follows: <table> <caption>Things on planet Earth</caption> <tbody> <tr class="odd"><td>Monkeys</td></tr> <tr><td>Tennis</td></tr> <tr class="odd"><td>Fridge Magnets</td></tr> <tr><td>Humous</td></tr> </tbody> </table> Boiled-down example CSS looks like this: tr.odd{

IE8 Form Not Submitting (Intermittent)

醉酒当歌 提交于 2019-12-23 20:13:15
问题 I have a complex classic ASP system that has worked well for years but has recently started having a strange and intermittent problem. On some forms, folks will report that they click "Submit" but that the form just resets itself (or, perhaps, the browser just reloads the form - my users are probably not able to tell the difference). Most recently, this has happened to a user with IE8 (we do use ). It seems to happen only with larger forms (ie. more data submitted). We do use an empty action

font colors change when printing

非 Y 不嫁゛ 提交于 2019-12-23 19:31:45
问题 I have a really perplexing issue here. I have a table that is built dynamically (probably an unimportant fact here, but just so you know). On the webpage, I have text being set as particular colors based on logic criteria. On the page, it looks great. When going to print preview (and actually printing), the colors are very different. In my code, the colors are: Red - FF0000 Orange - FF8300 Yellow - FFFF00 The image below shows the page and then the printing colors on the left and right,