Skip to content

Commit

Permalink
fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_url…
Browse files Browse the repository at this point in the history
…s'] = false

git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
chrisaga committed Jul 14, 2006
1 parent f9147af commit e316c1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions template/yoga/fix-ie5-ie6.css
Expand Up @@ -3,11 +3,6 @@

@import "thumbnails-fix-ie5-ie6.css";

/* fix lack of :hover behaviour for non link objects */
BODY {
behavior:url("template-common/csshover.htc");
}

/* to avoid vanishing objects in IE6 */
H1, #theHeader {
width: 100%; /* <- useless but seems to make IE6 happy */
Expand Down
4 changes: 4 additions & 0 deletions template/yoga/header.tpl
Expand Up @@ -24,6 +24,10 @@ the "text/nonsense" prevents gecko based browsers to load it -->
<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
<!--[if lt IE 7]>
<style>
/* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
</style>
<script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
<![endif]-->
</head>
Expand Down

0 comments on commit e316c1e

Please sign in to comment.