internet-explorer-10

How can I make SmartScreen Filter trust a self-signed certificate

青春壹個敷衍的年華 提交于 2019-12-17 07:15:09
问题 Microsoft's SmartScreen Filter under Windows 8 is a small developer's worst nightmare. While I realize the benefits to end users and the effectiveness at stopping malicious programs from installing themselves on end users' computers, I and many other developers would rather not pay the fees for annual renewal of a Code Signing Certificate or, even worse, an EV Code Signing Certificate. Also, when products developed for use in-house are signed with a trusted certificate from an internal CA,

Background-size with SVG squished in IE9-10

坚强是说给别人听的谎言 提交于 2019-12-17 07:13:12
问题 I have a div set with a background image: <div>Play Video</div> with the following CSS: div { background-image: url('icon.png'); background-image: url('icon.svg'), none; background-size: 40px 40px; background-repeat: no-repeat; background-position: 90% 50%; padding: 20px; width: 150px; } The background size is respected in Firefox, Safari and Chrome. In IE8, the SVG is replaced by the PNG file. However, in IE9 and IE10, the SVG file is drastically sized down. The problem seems to be linked to

How do I get a HTML5 Video to work using IE10

别等时光非礼了梦想. 提交于 2019-12-17 06:54:10
问题 I am hoping someone has an idea on what I can do to help me play HTML5 videos on my local intranet. My Web server= Windows Server 2008 R2 Standard 64bit IIS version= IIS7 Test User environment = Windows 7 Enterprise Video plays perfectly using 'Google Chrome' Video fails to play using 'IE10' My html code is as follows: <!DOCTYPE html> <html> <body> <video src="AccReadings.mp4" width="400" height="300" preload controls> </video> </body> </html> My test machine using IE10 does play HTML5Rocks

How can I prevent the scrollbar overlaying content in IE10?

不羁的心 提交于 2019-12-17 06:21:15
问题 In IE10, the scrollbar is not always there... and when it appears it comes on as an overlay... It's a cool feature but I would like to turn it off for my specific website as it is a full screen application and my logos and menus are lost behind it. IE10: CHROME: Anyone know a way of always having the scrollbar fixed in position on IE10? overflow-y:scroll doesn't seem to work! it just puts it permanently over my website. It may be bootstrap causing the issue but which part I have no idea! see

How can I prevent the scrollbar overlaying content in IE10?

早过忘川 提交于 2019-12-17 06:21:09
问题 In IE10, the scrollbar is not always there... and when it appears it comes on as an overlay... It's a cool feature but I would like to turn it off for my specific website as it is a full screen application and my logos and menus are lost behind it. IE10: CHROME: Anyone know a way of always having the scrollbar fixed in position on IE10? overflow-y:scroll doesn't seem to work! it just puts it permanently over my website. It may be bootstrap causing the issue but which part I have no idea! see

Autoit script is not taking id values from html pages when i am using IE10 windows8?

会有一股神秘感。 提交于 2019-12-14 04:14:26
问题 The following code takes values from html code in Ie9 but when run same script in Ie10 windows8 it not taking Id values and filling text boxes..here is my script $url = "https://190.198.14.15/" $formID = "" $formUID = "username" $uName = "admin" $formPID = "password" $pwd = "SeR^ER@iL0" $formSubmit = "ID_LOGON" ;Launch the Internet Explorer as a private session ShellExecute ("iexplore.exe", " -private about:blank", @programFilesDir & "\Internet Explorer\iexplore.exe", "open", @SW_MAXIMIZE)

IE bug responsive [closed]

て烟熏妆下的殇ゞ 提交于 2019-12-14 02:05:30
问题 This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 6 years ago . I've a problem with my responsive design in IE (mobile resolution). I've just been busy with a correct view in Android and iOS phones. But now I've

401 Using Multiple Authentication Methods IE 10 only

♀尐吖头ヾ 提交于 2019-12-13 20:24:43
问题 I am not sure if this is more of a coding issue or server setup issue... On our production site we've run into an issue that is specific to Internet Explorer 10. I am using jQuery doing an ajax POST to a web service on the same domain and in IE10 I am getting a 401 response, IE9 works perfectly fine. I should mention that we have mirrored code in another area of our site and it works perfectly fine in IE10. The only difference between the two areas is that one is under a subdomain and the

ASP.NET website very slow Internet Explorer 10

北城以北 提交于 2019-12-13 18:37:15
问题 The scenario I have an ASP.NET website that works perfectly in Internet explorer 8, but is extremely slow in Internet Explorer 10. The Problem In Internet Explorer 8 a postback or button click event takes about 1,5 seconds to complete. In internet explorer 10 it takes a minimum of 30 seconds and sometimes over 60 seconds. What I already tried 1.Installed a hotfix from Microsoft's website to update the browser definition files (http://support.microsoft.com/kb/2836939) I tried forcing IE8 and

IE10 CSS hack for animation property?

孤人 提交于 2019-12-13 14:04:28
问题 Is it possible to create an IE10 hack for the CSS animation property? I was using this: height: 70px\9; However this doesn't work for animation . The following will stop animations working for all browsers: animation: none\9; I want to do this in my existing stylesheet, without using JavaScript or conditional stylesheets. 回答1: This has got to be one of the most peculiar edge cases in CSS I've seen yet. I have to say, hats off to you for finding — well, stumbling across — this. The reason why