Skip to content

Blueprint Documentation: IE

unthinkingly edited this page Sep 13, 2010 · 8 revisions

Basics

This applies some styles that are useful for combat with Internet Explorer. They are not cure-alls, but serve as very helpful pointers. Make sure you read the source code.

Source

http://github.com/chriseppstein/compass/blob/5541512c7263969f463fade1105c8f87783d5529/frameworks/blueprint/stylesheets/blueprint/_ie.sass

Importing

To import the IE stylesheet:

	
<!--[if IE]>
  <link rel="stylesheet" href="static/compass/stylesheets/ie.css" type="text/css" media="screen" title="no title" charset="utf-8">
<![endif]-->

Clone this wiki locally