diff options
author | Chad Kieffer <chad@2tbsp.com> | 2008-12-15 07:08:13 +0000 |
---|---|---|
committer | Chad Kieffer <chad@2tbsp.com> | 2008-12-15 07:08:13 +0000 |
commit | cf47b3d45c99bae2120dfa1d365eef91fd42f4fc (patch) | |
tree | 93a8aa133a45c0bd80c3a8dde87f95cc8d623a78 /themes/default/views | |
parent | 20d5f45218073c1c4c60a32d6f939b5ae4bb6b58 (diff) |
Fix that rascal IE. Added conditional HTML comment to use fix-ie.css for IE7 and earlier. Fixed bg images in album/item view buttons, IE 6/7 don't appear to handle background-position: center center :(
Diffstat (limited to 'themes/default/views')
-rw-r--r-- | themes/default/views/page.html.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/default/views/page.html.php b/themes/default/views/page.html.php index f71cfb09..d6f1e4bb 100644 --- a/themes/default/views/page.html.php +++ b/themes/default/views/page.html.php @@ -24,6 +24,10 @@ <?= $theme->head() ?> <?= html::script("lib/jquery-ui.packed.js") ?> <script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script> + <!--[if lt IE 8]> + <link rel="stylesheet" type="text/css" href="<?= $theme->url("css/fix-ie.css") ?>" + media="screen,print,projection" /> + <![endif]--> </head> <body> |