internet-explorer-8

Custom font doesn't work in IE8 in Zope/Plone

☆樱花仙子☆ 提交于 2019-12-12 15:14:23
问题 I'm making a Web Portal using Zope/Plone4 CMS. Well, I used @font-face to declare the typography for headings. The code and font are from Font-squirrel. I made the website in local machine (without install the font in my PC) and everything works fine. But in Plone, IE8 doesn't render the font at all. ONLY IE8, when IE7 and IE9 renders perfectly (?) I made a test using Google Fonts. Everything works fine, all browsers. I think it's possible that the error come from read/write permissions or

html5 semantic elements and old browsers

不羁岁月 提交于 2019-12-12 14:42:48
问题 I am about to design a new layout for a webpage and wanted to take advantage of this moment to implement some html5 markup. The first thing that comes in my mind are the semantic elements (nav, header, article..) After checking http://caniuse.com/#feat=html5semantic I noticed that IE8 (and below) don't support the elements. This probably means that I cannot style the semantic elements expecting a coherent result. The website receives quite a lot of traffic from IE7/8 browsers and I don't know

Compatibility issues with IE7?

谁说我不能喝 提交于 2019-12-12 14:26:16
问题 I'm working on a site and having compatibility issues with IE7 (not working) vs IE8/Firefox (working). Can someone take a look at the following CSS and Screenshots and tell me why my site is broken in IE7 and what I can do to fix it? The site in question is live here: CollectionTree and my css part for that view is #landingMainContainer { padding-left:10px; margin: 0 auto; text-align: center; min-height: 400px; width: 960px; } .landingTop { width:100%; min-height:400px; background:url('

IE8 Will Not Install SSL Certificate

痞子三分冷 提交于 2019-12-12 12:18:46
问题 I have my own SSL for development purposes. Normally when IE would give you the WARNING you could simply install the certificate, resart IE and go back to the server without warning. In IE8 I cannot avoid the warning. I have installed the certificate into every single store without success using both the MMC and cert manager in IE8. WHAT AM I MISSING?! 回答1: Add the site to trusted sites. Then you will have the option to install the certificate after clicking the Certificate error box and then

IE8 bottom:0 in position:absolute behaves like position:fixed

时光毁灭记忆、已成空白 提交于 2019-12-12 11:35:37
问题 I have a DIV that must always stay on bottom/left of the page, something like a footer menu. div#bottom_menu { position: absolute; z-index: 1; left: 0; bottom: 0; width: 90%; } My page has min-height defined and when the user shrinks it below that it gets scroll bars. The problem is when it happens, in IE8 the div moves up to match the new viewpoint lowest point like it would behave if it were with position: fixed. Worse than that, when you scroll down again the element does not move down

Javascript: IE8 event coordinates

无人久伴 提交于 2019-12-12 11:15:36
问题 I can't seem to find a way to get coordinates of event in IE8, it just triggers errors like... pageX undefined, clientX undefined etc. While it works find in other browsers. This is what I was trying to do: document.onmousemove=setcoord; function setcoord(e){ var xxcoord = e.pageX||(e.clientX+document.body.scrollLeft); var yycoord = e.pageY||(e.clientY+document.body.scrollTop); } Is there any workaround to get that mouse position ?.. 回答1: The following seems to work. I'm not sure its is the

Session not sticking for ASP.NET MVC2 in IIS7.5 in IE8

会有一股神秘感。 提交于 2019-12-12 11:10:42
问题 We have an ASP.NET MVC2 web application. For reasons outside the scope of this issue we decided to use the classic session state in the application. Following features are implemented in it related to session. Session_Start event handler in global.asax stores a variable in session. This is in relation to a workaround to detect session expiration. Session being used has the following values in web.config: sessionState timeout="30" mode="InProc" cookieless="UseCookies" Forms authentication is

jquery .live() event interactions

陌路散爱 提交于 2019-12-12 11:08:21
问题 Let's say I have a scenario where I have a global plugin (or at least a plugin that binds to a wider array of events). This plugin takes a selector, and binds a live click to it. Something in pseudo-jquery that might look like this: $.fn.changeSomething = function(){ $(this).live("change", function(){ alert("yo");}); } On another page, I have an additional live binding something like this: $("input[type='checkbox']").live("click", function(){alert("ho");}); Within this scenario, the checkbox

How to uniquely identify an internet explorer window running in session 0?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-12 11:05:17
问题 I am creating WCF web services that automatea internet explorer . There are multiple web service calls that need to access the same instance of Internet Explorer . However, since the WCF services are hosted on IIS all the calls to the web service are executed in session 0. Now to access the same instance of Internet Explorer I use SHDocVw.InternetExplorer.HWND property which returns the window handle of an Internet Explorer instance. In below code when executed as a WCF service on IIS 7 the

Elements not wrapping as expected in IE 8/ 9

偶尔善良 提交于 2019-12-12 11:00:23
问题 Yet another "IE is doing something different from other browsers" question but this is one is slightly unusual in that IE7 does the correct thing but IE 8 and 9 do not. Here is the situation, I have a simple 3 column layout. The first 2 columns are fixed width and the third I want to be variable width so that it uses up the available space. I am outputting textual data in the third column. The text data should be free to wrap at the end of a data value/sentence - so I output it as . <span