31c7a0056e
darcs-hash:20080520172241-84dde-c872445967ab5c3427e7138189be6ad67dbea780.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');
|
|
}
|