- Timestamp:
- Jul 14, 2006, 6:42:36 PM (18 years ago)
- 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 3 3 4 4 @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 }10 5 11 6 /* to avoid vanishing objects in IE6 */ -
branches/branch-1_6/template/yoga/header.tpl
r1419 r1465 25 25 <script type="text/javascript" src="{pwg_root}include/scripts.js"></script> 26 26 <!--[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> 27 31 <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> 28 32 <![endif]-->
Note: See TracChangeset
for help on using the changeset viewer.