fix bug 461: csshover.htc doesn't work if $conf['question_mark_in_urls'] = false
git-svn-id: http://piwigo.org/svn/trunk@1464 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
f9147af63c
commit
e316c1ec03
2 changed files with 4 additions and 5 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue