Development

#1102: iefix.patch

You must first sign up to be able to contribute.

Ticket #1102: iefix.patch

File iefix.patch, 1.1 kB (added by francois, 2 years ago)
  • data/web/sf/sf_default/css/ie.css

    old new  
    11img 
    22{ 
    3   behavior: url(pngfix.htc); 
     3  behavior: url("/sf/sf_default/css/pngfix.htc"); 
    44} 
    55 
  • data/web/sf/sf_default/css/pngfix.htc

    old new  
    2626                navigator.platform == "Win32"; 
    2727 
    2828var realSrc; 
    29 var blankSrc = "/images/trans.gif"; 
     29var blankSrc = "/sf/sf_default/images/trans.gif"; 
    3030var isPrinting = false; 
    3131 
    3232if (supported) fixImage();