Changeset 1465


Ignore:
Timestamp:
Jul 14, 2006, 6:42:36 PM (18 years ago)
Author:
chrisaga
Message:

merge from trunk r1463:1464 into branch 1.6 (fix bug 461: csshover.htc doesn't work if $confquestion_mark_in_urls = false)

Location:
branches/branch-1_6/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_6/template/yoga/fix-ie5-ie6.css

    r1449 r1465  
    33
    44@import "thumbnails-fix-ie5-ie6.css";
    5 
    6 /* fix lack of :hover behaviour for non link objects */
    7 BODY {
    8   behavior:url("template-common/csshover.htc");
    9 }
    105
    116/* to avoid vanishing objects in IE6 */
  • branches/branch-1_6/template/yoga/header.tpl

    r1419 r1465  
    2525<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
    2626<!--[if lt IE 7]>
     27  <style>
     28    /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
     29    BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
     30  </style>
    2731  <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
    2832<![endif]-->
Note: See TracChangeset for help on using the changeset viewer.