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 :(

This commit is contained in:
Chad Kieffer
2008-12-15 07:08:13 +00:00
parent 20d5f45218
commit cf47b3d45c
3 changed files with 11 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Fix display in IE 7 and earlier
*/
.gClearFix {
zoom: 1;
}
+1 -1
View File
@@ -460,7 +460,7 @@ li.gError select {
#gViewMenu #gFullsizeLink {
background-color: #BDD2FF;
background-repeat: no-repeat;
background-position: center center;
background-position: 10px center;
color: transparent;
display: block;
font-size: .9em;
+4
View File
@@ -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>