forked from GNUsocial/gnu-social
d1215c4a85
darcs-hash:20080611171351-84dde-1064792078b90c754de06132e610c8575663afb1.gz
12 lines
452 B
CSS
12 lines
452 B
CSS
/**************************************************************
|
|
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');
|
|
}
|