internet-explorer-7

Google Font (with a space on it) not rendering on IE7/IE8

纵饮孤独 提交于 2019-12-03 08:38:05
Does anybody has an idea why would IE7/IE8 won't render a Google Font if the name has a space on it? You can see a demo here: http://jsfiddle.net/fYzAb/1/ The exact same two tags, one using "Oswald" the other one using "Francois One" (with fallback to Georgia to make it easier to spot). You can see a screenshot here http://screencast.com/t/dhhccz5n7O (IE) and here's how it should render: http://screencast.com/t/9M9uhTYTw5n (Chrome) Any help would be greatly appreciated! BTW: Here's a similar problem, http://www.htmlcodetutorial.com/comments/viewtopic.php?f=2&t=20841 PD: I know I can call both

filter: progid:DXImageTransform.Microsoft.gradient is not working in ie7

江枫思渺然 提交于 2019-12-03 08:17:04
问题 I want to apply a gradient background color to my div . For IE I have used the property: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fad59f', endColorstr='#fa9907') It's working in IE9 and IE8. But not working in IE7. What should I do to see in IE? Here is a JSFiddle: http://jsfiddle.net/xRcXL/2/ 回答1: Having seen your fiddle in the comments the issue is quite easy to fix. You just need to add overflow:auto or set a specific height to your div . Live example: http:/

jQuery UI datepicker doesn't work in IE7

浪尽此生 提交于 2019-12-03 07:42:40
问题 I've have finally got the datepicker to work on my MVC demo site. One thing though it doesn't work when browsing with IE7, I havn't testet with IE6 yet. Does anyone know how to fix this problem or can't I use jQuery if I want IE users to be able to pick dates? It works like a charm on Safari and Firefox, except for it's position when dropping down. Please try for yourself on my demo site: Demo site Click the link "Boka plats" on the menu. then login with: email: test@test.nu password: tester

How can I force reflow after DHTML change in IE7?

允我心安 提交于 2019-12-03 07:04:35
问题 I have a page where the user can dynamically add file upload boxes. Adding the boxes changes the height of the div they are in, but certain elements of the div below it stay in the same place, so they start to overlap with the new DOM elements. This works correctly in IE8, Firefox, Chrome. How can I force IE7 to reflow the page with the new DHTML? The best solution I worked out was this: window.resizeBy(1, 0); setTimeout(UndoResize, 0); But it doesn't work with a maximized window (it restores

Making Zurb's Foundation 3 work with IE7

蹲街弑〆低调 提交于 2019-12-03 06:20:52
A solution has been proposed for making Zurb's Foundation 3 Framework work with IE7. Not necessarily complicated support, but certainly grid support. Solution is presented as: http://www.stormconsultancy.co.uk/blog/development/code-snippets/making-zurb-foundation-3-work-on-ie7/ I've tried to replicate this here: http://sausag.es/foundation/grid.html I've added a link to the htc file in my foundation.min.css The reference is relative to the HTML, not the CSS. I've added a line in htaccess about the htc file. But still I cannot get the grid to show in IE7 as it does in IE8. Where am I going

How to use HTML5 in IE 7?

为君一笑 提交于 2019-12-03 06:14:48
I was wondering whether there is a way to make html5 code visible in Internet Explorer 7 or less. For example <div id="container"> <header id="header"> something </header> </div> In Internet Explorer 7 the header is not shown at all. I found a workaround here , a IE HTML5 enabling script, which creates the html5 elements with javascript. But what happens is that the <header> tag looks not at all as it does in other browsers. So my question is, is it too early to use HTML5 yet or how can I make it cross-browser working? This (truly) incredible bit of Javascript should fulfill 100% of your HTML5

Can I get away with testing sites using IE8 with IE7 compatibility on?

不羁岁月 提交于 2019-12-03 05:47:06
As a developer, can I safely upgrade to IE8 and use its IE7 compatibility mode to test how sites look in IE7? For IE6, I have a virtual machine and it is quite inconvenient. I don't want to upgrade to IE8 and then have another virtual machine now for IE7. Or is IE7 compatibility mode really different and I can't rely on that? Compatibility mode in IE8 is not a 100% emulation of IE7. Security changes were not versioned, and some DOM operations were not versioned. Check out this blog post form Microsoft for a list of changes. http://blogs.msdn.com/ie/archive/2009/03/12/site-compatibility-and-ie8

Why does my page work in IE9's IE7 mode, but not in IE7 itself?

时光总嘲笑我的痴心妄想 提交于 2019-12-03 05:42:04
问题 I recently went live with our new home page, after heavily testing it in each of IE9's browser and document modes ( not just compatibility mode, but actual IE7 and IE8 emulation). The site works in each mode, not to mention modern browsers. However, after it launched I got an email that said the site was very broken in IE7. I went to an abandoned machine and booted up Windows XP, started IE7, and loaded the page. To my horror, the layout was indeed broken! (NOT just the slideshow!) Most

Why does IE7 specify a mime-type of image/pjpeg rather than just image/jpeg?

为君一笑 提交于 2019-12-03 04:04:17
问题 When uploading a file (jpeg) via a form in IE7 I am seeing a mime-type of "image/pjpeg" instead of "image/jpeg" (as I see in Firefox or similar). It's easy enough to work around this problem, but I'm just wondering why IE7 is behaving differently in this case? 回答1: I believe it's because the JPEG you're working with is a progressive JPEG, which has a different mime-type. 回答2: IE can upload all .jpeg files as its hack MIME type 'image/pjpeg' regardless of whether or not they're actually

Text indent is not working in ie7

自闭症网瘾萝莉.ら 提交于 2019-12-03 03:40:06
问题 I am working on a website and on the top navigation bar there is a search box, I applied the following css on the search submit button #submit { background: url("img/new-search-icon.png") no-repeat scroll -1px 0 #FFFFFF; border:0 none; cursor:pointer; display:block; height:21px; padding:0; position:absolute; right:0; text-indent:-9999px; top:0; width:20px; z-index:2; } My Problem is in IE7 the text indent is not working please help me if you want to see the demo you can view it by clicking