Changeset 1475


Ignore:
Timestamp:
Jul 15, 2006, 5:26:51 PM (18 years ago)
Author:
chrisaga
Message:

fix bug 204: IE doesn't dispaly the same text in tooltips (info-bulles) than other browsers

use a behaviour (.htc) to fix alt and title attribute when mouse is over IMG
only for IMG in a link, others will not be fixed.

Location:
trunk
Files:
1 added
1 edited

Legend:

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

    r1464 r1475  
    2828    /* only because we need \{pwg_root\} otherwise use fix-ie5-ie6.css */
    2929    BODY { behavior:url("{pwg_root}template-common/csshover.htc"); }
     30    A IMG, .button, .icon { behavior:url("{pwg_root}template-common/tooltipfix.htc"); }
    3031  </style>
    3132  <script type="text/javascript" src="{pwg_root}include/pngfix.js"></script>
Note: See TracChangeset for help on using the changeset viewer.