subtletheme
by Thomas Aylott Sat, 26 Nov 2005 13:00:00 GMT
This is the permanent URL to use in my theme.
Download that puppy here:
http://subtlegradient.com/typo-themes/subtletheme-latest.zip
by Thomas Aylott Sat, 26 Nov 2005 13:00:00 GMT
This is the permanent URL to use in my theme.
Download that puppy here:
http://subtlegradient.com/typo-themes/subtletheme-latest.zip
There’s a little fix that keeps IE 5 from crashing.
change: <pre><code> <!—[if IE 5 ]> <link href=”/stylesheets/theme/subtletheme_IE5.css” media=”screen” rel=”Stylesheet” type=”text/css” /> <![endif]—> <!—[if gt IE 5 ]> <link href=”/stylesheets/theme/subtletheme_IE55.css” media=”screen” rel=”Stylesheet” type=”text/css” /> <![endif]—> </code></pre>
to: <pre><code> <!—[if lte IE 5 .0]> <link href=”/stylesheets/theme/subtletheme_IE5.css” media=”screen” rel=”Stylesheet” type=”text/css” /> <![endif]—> <!—[if IE 5 .5000]> <link href=”/stylesheets/theme/subtletheme_IE55.css” media=”screen” rel=”Stylesheet” type=”text/css” /> <![endif]—> <
IE 5 ]>
<link href=”/stylesheets/theme/subtletheme_IE55.css” media=”screen” rel=”Stylesheet” type=”text/css” />
<![endif]—>
</code></pre>
The old version makes IE 5 .5 load both and it just can’t handle it. :D