internet-explorer-9

How can I get css3 border-image working in IE9?

一个人想着一个人 提交于 2019-12-07 05:45:59
问题 I'm using border-image which works in all browsers except IE. For IE versions 7 and 8, I have css3pie which makes it work. But I haven't been able to find any plugin to make it work in IE9. Is there a way I can hack it so it works in IE9 as well? 回答1: I found some static about PIE attempting to add it, but having some issue. They might be able to get it in the near future, though. Until then, you have two options: Allow IE to degrade gracefully. This is not a bad thing, as designs don't have

SVG resizing in IE9

牧云@^-^@ 提交于 2019-12-07 05:06:16
问题 I've got an inline SVG element inside a div, which scales to fit the browser window. When the browser is resized, the SVG image resizes with it, so that all the image is visible, and it keeps the same proportions. However, in IE9, the image is much smaller, and doesn't resize. Taking off the viewBox scales the image to the full size, which is too big, and it still doesn't resize. I've found that by setting the width and height of the containing div will make the image larger, but only with

IE9 createElement and setting innerHTML dropping tags on a set operation?

走远了吗. 提交于 2019-12-07 04:56:16
问题 Not sure if I am missing something obvious, as this is the first time I've tried to do much with raw DOM apis (as opposed to via jQuery, or such). Consider the following code, where I manually create a TBODY with document.createElement and then set it's innerHTML. <table id="myTable"> </table> <script type='text/javascript'> var row = "<tr><td><span>col1</span></td><td>col2</td></tr>"; var render = function(){ var table = document.getElementById('myTable'); var tbody = document.createElement(

Will IE9 now be supporting WebSocket?

泄露秘密 提交于 2019-12-07 03:57:35
问题 The question's pretty straightforward and the old topic is here. I'm hoping to get up-to-date answers since IE9's gonna be released this March 14, 2011. In addition, I would also like to ask when will Firefox and Opera be supporting WebSockets? 回答1: I've been following both the development of IE9 and I also participate in the HyBi WG (WebSockets protocol). Microsoft has been keeping the demo implementation of WebSockets up to date with the latest revisions of the protocol, however, I suspect

Disable IE9 Javascript debugger when using Visual Studio 2010

牧云@^-^@ 提交于 2019-12-07 02:48:41
问题 Is there a way to disable javascript debugging when using Visual Studio with IE9? 回答1: If you click the Tools (Alt+X) button, then click the Internet Options menu item. In the Advanced Tab, and in the Browsing category: Check Disable script debugging (Internet Explorer) This should disable the Javascript debugger 回答2: I tried the solution provided by Dotmister, but it didn't work on my Vista (x64), VS2010 and IE9. However I tried the following and it worked (source: http://www

IE9 memory leak

可紊 提交于 2019-12-07 02:38:33
问题 I'm noticing, in my app, the memory associated with the IE process on Win7 climbs by 20-30 MB with each page refresh. Once I reach about 1.5 GB, the browser becomes unresponsive. I'm using IE9, and can only reproduce this in IE9. No such issue in Chrome, FF, IE7, or IE8. In fact, the issue also does not occur when running IE9 in compatibility mode. In particular, I'm wondering how memory could leak even after a page refresh. Has anyone else seen this? 回答1: In the past, Internet Explorer had

Why does Internet Explorer 9 render Arial stronger than other browsers?

倖福魔咒の 提交于 2019-12-07 02:35:55
问题 For some reason IE9 renders Arial font bolder than other browsers such as: IE7, IE8, Chrome, and Firefox. I have looked for the reason in the CSS but couldn't find anything wrong. Another thing that happened is that I had word-spacing of 1 or 2 pixels in most of my website, but IE9 showed it too wide, so I made conditional css for it with normal word-spacing. You can see the difference in the attached screenshot, and also find it in this temporary link: http://pat.co.il/shirg/matanuziel.com/

ie9 doctype and fonts?

▼魔方 西西 提交于 2019-12-07 02:13:28
问题 <!doctype html> <html> <head> <title>Test Ubuntu</title> <link href="http://fonts.googleapis.com/css?family=Ubuntu:regular" rel="stylesheet" type="text/css" /> <style> body { font-family: 'Ubuntu', sans-serif; } </style> </head> <body> Test Ubuntu </body> </html> shows the font in chrome and firefox... but in ie9, if i add the doctype line, it breaks!? works fine without it. i would like to get it working in all three browsers (with doctype? because sometimes other stuff like css relies on

Whitescreen issue in IE9 - Removing iframe

与世无争的帅哥 提交于 2019-12-07 00:06:00
问题 I"m wondering if anyone can give me some insight into a really strange IE9 issue I've been struggling with. I'm finishing up production of a site for work - it works well in ff/chrome/ie7/ie8 with no script errors. On IE9 the last step of the application causes the entire tab to whitescreen with no script errors or warnings. (changing the document mode to ie8 will fix the problem but is obviously unsuitable for production) Unfortunately the site pretty complex with a ton of ajax, and in-page

IE9 round corners and filter: progid:DXImageTransform.Microsoft.gradient

点点圈 提交于 2019-12-06 20:16:18
问题 I used filter: progid:DXImageTransform.Microsoft.gradient to get gradients for IE <9. Now, when combined with a shadow, or a different background underneath, I get box sticking out. Is there a way to keep backwards-compatibility, without conditionals and external stylesheets? See code: .class { float:left; border:solid 1px #AAA; position:absolute; z-index:1; text-align:left; width:350px; margin: 12px 0px 0px 0px; background:#FFFFFF; border-radius:5px; box-shadow:5px 5px 5px #BBBBBB; filter: