source: WAeUP_SRP/trunk/skins/waeup_default/msie.css @ 496

Last change on this file since 496 was 486, checked in by joachim, 18 years ago

svn -R propset svn:keywords "Id" .
added layout_application_/edit/create/view
and cleaned that up.

  • Property svn:keywords set to Id
File size: 1007 bytes
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 486 2006-09-06 10:09:39Z joachim $
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
24img {
25  behavior: url(pngbehavior.htc);
26}
Note: See TracBrowser for help on using the repository browser.