Changeset 1181


Ignore:
Timestamp:
Apr 15, 2006, 11:56:15 AM (18 years ago)
Author:
chrisaga
Message:
  • improve : protect IE7 from IE5&6 PNG fix and add a css dedicated to IE5&6 fixes

those fixes will eventually be moved into it to not bother IE7

Location:
trunk/template/yoga
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/header.tpl

    r1138 r1181  
    99the "text/nonsense" prevents gecko based browsers to load it -->
    1010<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css">
     11<!--[if lt IE 7]>
     12<link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css">
     13<![endif]-->
    1114<link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css">
    1215<link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css">
     
    2023<title>{GALLERY_TITLE}:{PAGE_TITLE}</title>
    2124<script type="text/javascript" src="{pwg_root}include/scripts.js"></script>
    22 <!--[if gte IE 5.5000]>
     25<!--[if lt IE 7]>
    2326<script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
    2427<![endif]-->
Note: See TracChangeset for help on using the changeset viewer.