Ignore:
Timestamp:
May 30, 2006, 9:29:23 PM (18 years ago)
Author:
chrisaga
Message:

improvement : make :hover work in IE6 with ccshover.htc

File:
1 edited

Legend:

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

    • Property svn:keywords set to Author Date Id Revision
    r1317 r1329  
    1 /* $Id:$ */
     1/* $Id$ */
    22/* Issues in IE from 5 to 6 only to to be used with IE7                       */
     3
     4/* fix lack of :hover behaviour for non link objects */
     5BODY {
     6  behavior:url("template-common/csshover.htc");
     7}
    38
    49/* to avoid vanishing objects in IE6 */
Note: See TracChangeset for help on using the changeset viewer.