diff options
Diffstat (limited to 'template/yoga/header.tpl')
-rw-r--r-- | template/yoga/header.tpl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 050857ad0..1684c6cd1 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -27,7 +27,10 @@ the "text/nonsense" prevents gecko based browsers to load it --> <style> /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */ BODY { behavior:url("{pwg_root}template-common/csshover.htc"); } - A IMG, .button, .icon { behavior:url("{pwg_root}template-common/tooltipfix.htc"); } + A IMG, .button, .icon { + behavior:url("{pwg_root}template-common/tooltipfix.htc"); + } + FORM { behavior: url("{pwg_root}template-common/inputfix.htc"); } </style> <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script> <![endif]--> |