Search: ie7
*HTML/CSS Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
Submitted by matt 8 hours ago (more from selectivizr.com)selectivizr is a JavaScript utility that emulates CSS3 pseudo-classes and attribute selectors in Internet Explorer 6-8. Simply include the script in your pages and selectivizr will do the rest. Selectivizr adds support for 19 CSS3 pseudo-classes, 2 pseudo-elements and every attribute selector to older versions of IE.
*HTML/CSS CSS Voodoo - The dark art of CSS Hacks
Submitted by matt 48 days ago (more from blog.ginader.de)Since I joined Yahoo! I stopped using Conditional Comments for Performance Reasons (less HTTP Requests). So I needed to get familiar again with the common Hacks for Internet Explorer I had completely forgotten about. Over time I hardly ever ran into situations when other Browsers misbehaved - but it did happen. Here's the current State of my CSS Hack Collection.
*HTML/CSS CSS3 PIE: CSS3 decorations for IE
Submitted by matt 58 days ago (more from css3pie.com)PIE makes Internet Explorer 6-8 capable of rendering several of the most useful CSS3 decoration features. PIE currently has full or partial support for the following CSS3 features: border-radius, box-shadow, border-image, multiple background images, linear-gradient as background image. Other features are under active development. Works via the IE behavior css property.
*Programming ie-css3.js CSS3 pseudo selector emulation for Internet Explorer 5-8
Submitted by matt 234 days ago (more from keithclark.co.uk)allows Internet Explorer to identify CSS3 pseudo selectors and render any style rules defined with them. Simply include the script in your pages and start using these selectors in your style sheets — they'll work in IE... Honest!
*Miscellaneous dynaTrace Ajax - Deep Tracing of Internet Explorer
Submitted by matt 267 days ago (more from ejohn.org)After reading a recent post by Steve Souders concerning a free tool called dynaTrace Ajax, I was intrigued. It claimed to provide full tracing analysis of Internet Explorer 6-8 (including JavaScript, rendering, and network traffic). Giving it a try I was very impressed. I tested against a few web sites but got the most interesting results running against the JavaScript-heavy Gmail in IE 8.
*Tech News November 2009 browser stats: IE8 passes IE7
Submitted by matt 280 days ago (more from arstechnica.com)Internet Explorer 8 has passed Internet Explorer 7 and is about to pass Internet Explorer 6. Meanwhile, Firefox is almost at 25 percent, and Chrome readies to take on Safari.
*HTML/CSS CSS Differences in Internet Explorer 6, 7 and 8
Submitted by matt 330 days ago (more from smashingmagazine.com)One of the most bizarre statistical facts in relation to browser use has to be the virtual widespread numbers that currently exist in the use of Internet Explorer versions 6, 7 and 8. This article will attempt to provide an exhaustive, easy-to-use reference for developers desiring to know the differences in CSS support for IE6, IE7 and IE8
*Tech News Mozilla Join Microsoft in Slamming Google Chrome Frame
Submitted by matt 331 days ago (more from sitepoint.com)This is a surprise. Mozilla has slammed Chrome Frame, the Google plugin that fixes Internet Explorer by providing the Chrome browser engine within the IE interface. Google decided that it was easier to create an IE plugin than make their new HTML5 applications backward-compatible with IE6, IE7 and IE8.
*HTML/CSS How to Create a Valid Non-Javascript Lightbox
Submitted by matt 1 year and 5 days ago (more from carsonified.com)I recently came across a solution on CSSPlay for a JavaScript free lightbox that uses invalid markup. So, being a sucker for a challenge, I set myself the task of creating one with valid markup and I eventually succeeded. It works in FF, Safari, Chrome, IE6, IE7 and IE8 and this article will explain how…
*HTML/CSS Target IE6 and IE7 with only 1 extra character in your CSS
Submitted by matt 1 year and 45 days ago (more from briancray.com)This is my absolute favorite CSS "trick" that I think everyone should know about - definitely check it out....To get around the inadequacies and bugs of IE6 and IE7, I see people going to great lengths and even adding a second stylesheet with conditional comments when we all preach at the same time to minimize HTTP requests.