/*

----

PNG BACKGROUND FILTER FOR IE6 / USAGE: Use the filter below but previously reset background image with none to get the desired result; Very Important: The Link to the image is not from the css but from the html file view.

----

*/

.boxContent ul li {

	background: url(/images/update_2007/list_icon.gif) left top no-repeat;

}

#badge12 { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/update_2008/12pages_badge.png');  }



/*

----

HOVER CRACK FOR IE6 - HOW TO USE:

----

Use normally the :hover function in the css stylesheet.

If a div tag is used to hover write something like in this example:



div.buttonLargeWhiteHover  {

}



beneath that, write something like this.

Look if the .htc file is linked correctly

.buttonLargeWhite { behavior: url(../htc/hover.htc) }

*/




.exlow { display: block; color: white; background: blue; padding: 8px; text-align: center; font-size: 12px; }
