internet-explorer-8

Border Radius for IE8

女生的网名这么多〃 提交于 2019-12-17 03:38:45
问题 I have a problem with border radius on IE8, till now I used pie.js but I don't recommend this js library because is buggy. If you have a small site with not many html pages, it is more than ok to use that library, but if you have a heavy application in which many different frameworks are used, then is impossible to use that. Same behavior for CurvyCorners or other mega libraries. So if anyone can help me with a small jQuery or javascript plugin to do just border-radius on IE 8 I'll be

Border Radius for IE8

[亡魂溺海] 提交于 2019-12-17 03:38:35
问题 I have a problem with border radius on IE8, till now I used pie.js but I don't recommend this js library because is buggy. If you have a small site with not many html pages, it is more than ok to use that library, but if you have a heavy application in which many different frameworks are used, then is impossible to use that. Same behavior for CurvyCorners or other mega libraries. So if anyone can help me with a small jQuery or javascript plugin to do just border-radius on IE 8 I'll be

Should I use single or double colon notation for pseudo-elements?

风格不统一 提交于 2019-12-17 03:32:07
问题 Since IE7 and IE8 don't support the double-colon notation for pseudo-elements (e.g. ::after or ::first-letter ), and since modern browsers support the single-colon notation (e.g. :after ) for backwards compatibility, should I use solely the single-colon notation and when IE8's market share drops to a negligible level go back and find/replace in my code base? Or should I include both: .foo:after, .foo::after { /*styles*/ } Using double alone seems silly if I care about IE8 users (the poor

Force “Internet Explorer 8” browser mode in intranet

浪尽此生 提交于 2019-12-17 03:01:30
问题 There are "Internet Explorer 8", "Internet Explorer 8 Compatibility Mode", and IE7 mode in IE8. However, the default setting in IE make all intranet website use "IE8 Compatibility Mode" even I have setted doctype, the meta tag, http header as suggested to force it into IE8 mode. I have <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> and <meta http-equiv="X-UA-Compatible" content="IE=8" > But it still goes into "IE8 Compatibility Mode",

What do I need to do to get Internet Explorer 8 to accept a self signed certificate?

做~自己de王妃 提交于 2019-12-17 02:26:21
问题 We use self signed certificates on our intranet. What do I need to do to get Internet Explorer 8 to accept them without showing an error message to the user? What we did for Internet Explorer 7 apparently isn't working. EDIT: Internet Explorer 7 wouldn't show any errors if I put the certificate into trusted root certification authorities. Internet Explorer 8 seems to show errors even with the certificate there. 回答1: How to make IE8 trust a self-signed certificate in 20 irritating steps Browse

IE8 issue with Twitter Bootstrap 3

白昼怎懂夜的黑 提交于 2019-12-16 20:00:29
问题 I am creating a site using the new Twitter Bootstrap. The site looks fine and works in all required browsers except IE8. In IE8 it seems to be displaying elements of the mobile version but stretched across the full screen of my desktop. I believe the problem I'm having is that Twitter bootstrap is mobile first. So for some reason IE8 is going for this option. I also notice that the container class does not seem to be pulling in the max-width CSS properties as intended. Can anyone see what I

Jquery post not working in IE 8 or earlier

旧时模样 提交于 2019-12-14 04:25:24
问题 So this function works in all other browsers except IE. I only have access to IE 8 so can't say if newer versions work or not. I don't have access to the PHP or how it's calling the SQL DB, so I can't say for sure it's the javascript. The alert never gets triggered in IE. $.post( 'http://foo/geo/getGeoResultsByGeoId.php', {geoId: 1}, function(data){ alert('inside'); var DBinfo = $.parseJSON(data); if(DBinfo.data.length == sites.length) { for (var i=0; i<sites.length; i++) { sites[i].votesUp =

Is it possible to use box-shadow in IE8?

假如想象 提交于 2019-12-14 03:58:00
问题 Why is this CSS being applied inconsistently across frameworks/environments/browsers? I've got a prototype created in Meteor where the CSS works fine in creating a shadow effect and adding a border to various images as they are hovered; specifically, in the Meteor prototype (it's a Sharepoint app, but testing features like this out is much quicker with Meteor) I have this CSS: #imgPostTravelTop:hover, #imgPostTravelTopRight:hover, #imgPostTravelCenter:hover, #imgPostTravelBottom:hover { z

jQuery append function not working in Internet Explorer 8

假装没事ソ 提交于 2019-12-14 03:54:45
问题 Here is my code- $("body").append("<div>" + "<ul>" + "<li>" + "<a href='javascript:void(0)' onclick='add()'>Add</a>" + "</li>" + "<li>" + "<a href='javascript:void(0)' onclick='edit()'>Edit</a>" + "</li>" + "<li>" + "<a href='javascript:void(0)' onclick='delete()'>Delete</a>" + "</li>" + "</ul>" + "</div>"); In IE8 I am getting following error - Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0) Timestamp: Wed, 27 Mar 2013 07:03:53 UTC Message:

Responsive css to fit in any browser and resolution

ε祈祈猫儿з 提交于 2019-12-14 03:24:41
问题 Hi everyone can you pls help me?? What Im trying to do is everytime i ZOOM IN the BROWSER i want it to still fit on the screen or browser SPECIALLY in IE! Please.. The problem is everytime i zoom in the tool_button fades and the other controls please help thanks! this is what i have.. CSS * { margin: 0; padding: 0; } html, body { height: 100%; background:#ecf0f1; } body { font-family: helvetica, arial, sans-serif; width: 100%; overflow-y: scroll; } .main { width: 100%; height: 100%; } .panel