internet-explorer-8

Background Image not showing up in IE8

前提是你 提交于 2020-01-01 04:45:11
问题 So I have a tiny header image that repeats on the x axis, but for some reason it won't show up in IE8. Anyone know a work around? <!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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta content='' name='description' /> <meta content='' name='keywords' /> <link rel="stylesheet" type="text/css" href="style.css" media

Text-Shadow: IE8

吃可爱长大的小学妹 提交于 2020-01-01 04:32:24
问题 Alright, so I'm trying to implement text-shadow across various browsers. I have IE6, IE7, FF, Chrome, and Opera all working... but IE8 wont' show any shadows unless it is in 'Compatibility View'. I've looked at a number of 'solutions' via search / Google, but the shadow is still only appearing in 'Compatibility View'. Any ideas on how to get it to show up without having to change modes? Note: Using HTML5 Boilerplate and Modernizr. edit: Added that I'm using Modernizr, and I clicked the wrong

debugInfoEnabled for Angular 1.2

别说谁变了你拦得住时间么 提交于 2020-01-01 04:27:06
问题 Angular 1.3 introduced a new debugInfoEnabled() method that can provide a boost in performance if called with false in the application config function: myApp.config(['$compileProvider', function ($compileProvider) { $compileProvider.debugInfoEnabled(false); }]); Also, Angular 1.3 dropped IE8 support. And this is a problem for me, my application have to run on IE8. Hence, I cannot upgrade to angular 1.3 and have to live with 1.2. Is there a way to achieve the same functionality with angular 1

Modifying the innerHTML of a <style> element in IE8

断了今生、忘了曾经 提交于 2020-01-01 04:12:05
问题 I am creating a style element and I need to put some CSS into it. The below code works in Chrome, Safari and FF, but fails in IE8: var styleElement = document.createElement("style"); styleElement.type = "text/css"; styleElement.innerHTML = "body{background:red}"; document.head.appendChild(styleElement); In IE8, the code fails when it comes to the innerHTML part. I've tried doing: var inner = document.createTextNode("body{background:red}"); styleElement.appendChild(inner); But this also fails

contenteditable div: IE8 not happy with backspace remove of HTML element

﹥>﹥吖頭↗ 提交于 2019-12-31 22:35:30
问题 I am making use of a contenteditable div in combination with the rangy Javascript library to insert HTML at the cursor position. End of the day the contents of the div commonly looks like: <div contenteditable="true"> "Hello " <button contenteditable="false" data-id="147">@John Smith</button> " " </div> Users get suggested upon pressing '@' and get subsequently inserted as a button when selected (ala Google Plus). I also insert a   after this button. The button gets removed in Chrome/Safari

Poor Performance with tables in Internet Explorer 8 Standards Mode

情到浓时终转凉″ 提交于 2019-12-31 21:27:07
问题 When using a table with a reasonable amount of data - 100 rows by 50 columns - I notice that IE8 performance degrades unacceptably (only in IE8 standards rendering mode). The CPU usage spikes to 100% and the browser becomes very sluggish. Increasing the amount of data in the table amplifies the sluggishness. This became apparent when applying a background color on hover on a row, but the performance degradation seems to occur with any style change, and unrelated to the hover event handling.

Window.open not working in IE8?

耗尽温柔 提交于 2019-12-31 17:51:02
问题 This is the JavaScript I'm currently using: window.open('/modules/mod_oneononechat/chatwindow.php?key='+key+'&color=blue','x'+winName+'x','location=0,status=0,toolbar=0,menubar=0,resizable=0,scrollbars=0,height=375,width=420'); This doesn't seem to be working in IE8. It's a chat window that works fine on all other browsers (including IE7). Any ideas as to why it's not working on IE8? 回答1: IE8 doesn't like spaces in the window name. 回答2: Removing the space from the window name solved the

How to install Firebug lite IE8?

只谈情不闲聊 提交于 2019-12-31 11:42:47
问题 So we have reached that stage in a web dev project where we need to see how things look in IE. Sigh. So the fabulous Firebug is not available for IE. But a lite version is - as a bookmarklet, and is apparently compatible with IE6+. But how the how the hell do I add a bookmarklet to IE8? I am unable to drag and drop to the Favourites bar (is this the same as bookmarks?). I can't add it through the Favourites add option as it contains "illegal" characters. So how do I do this? All I want to do

jQuery selector does not work in IE7/8

人走茶凉 提交于 2019-12-31 07:29:06
问题 Does anyone know why this would not work in IE7/8? drop_area = $('div#drop_area'); It works perfectly in IE9, FF2/3, and Chrome. Internet Explorer 7/8 gives the following error: SCRIPT438: Object doesn't support this property or method Edit: This is the HTML that goes with my javascript: http://pastebin.com/nwxx8RzW 回答1: The code you've shown on pastebin has numerous global variable issues. In other words, you are coding assuming that variables you are declaring are local in scope, whereas in

iFrame Not Loading IE 8 [duplicate]

扶醉桌前 提交于 2019-12-31 05:14:31
问题 This question already has answers here : Blank iFrame in IE (4 answers) Closed 5 years ago . My website seems to work in all browsers but IE 8. Everything loads fine by the iFrame. Here is my HTML code: <head> <title> Title </title> <link rel="stylesheet" type="text/css" href="style.css" media="screen" /> <script type="text/javascript" src="respond.min.js"></script> </head> <body> <iframe src="http://instagram.com/p/cR5BORA8Ij/embed/" width="300" height="400" frameborder="0" scrolling="no"