My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

About

One, standard, universal stylesheet for Internet Explorer 6. Simply copy one of these Conditional Comments into the head of any web page and you're done.

Tip: To hide all your other stylesheets from Internet Explorer 6, wrap them inside this Conditional Comment.

<!--[if ! lte IE 6]><!-->
/* Stylesheets for browsers other than Internet Explorer 6 */
<!--<![endif]-->

Then add the Universal Internet Explorer 6 stylesheet.

<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1.css" media="screen, projection">
<![endif]-->

If you prefer a light-on-dark version (inspired by Instapaper), use this instead.

<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.1b.css" media="screen, projection">
<![endif]-->

Previous versions

1.0

<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.1.0.css" media="screen, projection">
<![endif]-->

0.3

<!--[if lte IE 6]>
<link rel="stylesheet" href="http://universal-ie6-css.googlecode.com/files/ie6.0.3.css" media="screen, projection">
<![endif]-->

Status

Current version: 1.1


Getting started

Read about this project at Stuff and Nonsense.

Powered by Google Project Hosting