blob: fbbf56f88dbefcf0d5c131ac102ab52a6ce99d55 (
plain)
1
2
3
4
5
6
7
8
9
10
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');
}
|