source: WAeUP_SRP/trunk/skins/waeup_custom/msie.css.dtml @ 503

Last change on this file since 503 was 503, checked in by Henrik Bettermann, 18 years ago

Actions modified

File size: 1.0 KB
Line 
1/*
2Internet Explorer CSS customization.
3This file is used and read *only* by MSIE through the use of a MSIE conditional
4comment. This is the place to put instructions to correct the rendering problems
5specific to MSIE.
6
7$Id: msie.css.dtml 28860 2005-10-31 16:34:08Z ogrisel $
8*/
9
10<dtml-let last_modified="_.DateTime()-14" expires="_.DateTime()+1" >
11<dtml-call "REQUEST.RESPONSE.setHeader( 'Content-Type', 'text/css' )">
12<dtml-call "REQUEST.RESPONSE.setHeader( 'Last-Modified', last_modified.toZone('GMT').rfc822() )">
13<dtml-call "REQUEST.RESPONSE.setHeader( 'Cache-Control', 'max-age=36000, must-revalidate' )">
14<dtml-call "REQUEST.RESPONSE.setHeader( 'Expires', expires.toZone('GMT').rfc822() )" >
15</dtml-let>
16
17/*
18The MSIE PNG behavior is disabled by default but kept here in case you need it.
19This MSIE behavior was supposed to work for MSIE >= 5.5, but *some* versions of
20MSIE 5.5 have problems with it. So feel free to use it back again if your
21visitors do not use MSIE 5.5 or when MSIE 5.5 becomes history.
22*/
23
24
25img {
26  behavior: url(pngbehavior.htc);
27}
28
Note: See TracBrowser for help on using the repository browser.