From 31c7a0056e049f567127a58b8b3bd455d5f630f7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 20 May 2008 13:22:41 -0400 Subject: copy in SimpleLife theme darcs-hash:20080520172241-84dde-c872445967ab5c3427e7138189be6ad67dbea780.gz --- theme/default/style/ie.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 theme/default/style/ie.css (limited to 'theme/default/style/ie.css') diff --git a/theme/default/style/ie.css b/theme/default/style/ie.css new file mode 100644 index 000000000..fbbf56f88 --- /dev/null +++ b/theme/default/style/ie.css @@ -0,0 +1,11 @@ +/************************************************************** + AUTHOR: Pat Heard (fullahead.org) + DATE: 2006.09.12 + PURPOSE: Fixes IE's major problems + **************************************************************/ + +#content { + /* takes care of POS IE and it's support for transparent .png */ + background: none; + filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/bg/content.png',sizingMethod='scale'); +} -- cgit v1.2.3-54-g00ecf