Search: internet explorer
*HTML/CSS Selectivizr - CSS3 pseudo-class and attribute selectors for IE 6-8
Submitted by matt 9 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 Things You Might Not Know About Conditional Comments
Submitted by matt 37 days ago (more from impressivewebs.com)Conditional comments have some unique possibilities and quirks that maybe you haven’t considered before, or have simply forgotten. Here is an overview of some things you may not know about conditional comments. Nice tip to give the body tag a different class name depending on the version of IE being used.
*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.
*Miscellaneous An Introduction to the Internet Explorer Developer Tools
Submitted by matt 48 days ago (more from msdn.microsoft.com)Nice overview of what's essentially Firebug for IE. Wondering what the difference between Document Mode and Browser mode is? Document Mode allows you to manually choose which rendering engine you want IE to render the page with. Browser Mode changes both the Document Mode, and the User Agent string, which allows Internet Explorer 8 to lie about who it says it is.
*HTML/CSS Font Preview - Google Font Directory
Submitted by matt 51 days ago (more from code.google.com)A nice, live editing preview tool for the Google Fonts API, which is basically a shortcut to manually using the CSS3 @font-face property. The difference is, Google will do all the hard work in getting the font to work in non-CSS3 browsers such as Internet Explorer.
*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.
*HTML/CSS 10 ways to make Internet Explorer act like a modern browser
Submitted by matt 209 days ago (more from catswhocode.com)Like many other web developers, I definitely hate Internet Explorer, especially the version 6. At a time where new and powerful techniques as such as HTML5 and CSS3 are emerging, it's not surprising that IE can't handle them correctly. Luckily, a few tricks can make your life easier.
*Programming How Internet Explorer 8 document mode affects JavaScript
Submitted by matt 219 days ago (more from nczonline.net)Most people are pretty familiar with how the various document modes affect layout in terms of how CSS is implemented, but what has been lost is how the document mode affects the core JavaScript engine in the browser. These changes are somewhat subtle, but important to understand when you’re working with Internet Explorer 8.
*Tech News Microsoft Announces CSS3 support for IE9
Submitted by matt 223 days ago (more from t3chh3lp.com)Yes, you read that right. Someone at Microsoft must have noticed that 100% of their users were spending 99.99% of their time on the internet (using IE of course) and after years of hate mail and death threats sent to them by web developers (mine should arrive tomorrow) and now, thank the lord, they are realizing that Internet Explorer is junk.
*Miscellaneous IE Throttle - Internet Explorer Bandwidth Throttling Plug-in
Submitted by matt 225 days ago (more from uselessapplications.com)IE Throttle is a small plug-in for your Microsoft Internet Explorer, that allows you to cap download/upload rates.