[TYPO3-hci] IE png hack

Dmitry Dulepov [typo3] dmitry at typo3.org
Mon Mar 10 18:54:22 CET 2008


Hi!

Georg Ringer wrote:
> just a question:
> Is there any IE PNG hack somewhere in TYPO3 I could already use?

You do not need any javascript or TYPO3-specific hack for it. Use underscope hack in CSS:

.whatever { 
	background-image: url(my.png);
	_background-image: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
		src='my.png', sizingMethod='crop');
}

-- 
Dmitry Dulepov
TYPO3 core team
Web: http://typo3bloke.net/
Skype: callto:liels_bugs
"Nothing is impossible. There are only limits to our knowledge"


More information about the TYPO3-team-hci mailing list