[TYPO3-english] GMENU with semi transparent PNG's
Rudy Gnodde (WIND Internet)
rgn at windinternet.nl
Thu Nov 5 11:48:58 CET 2009
Hello Iztok,
Iztok Kham wrote:
> There is something called IE ... and I would like to nake it fool-proof
Only IE6 has problems with alpha transparent PNG's, but there are ways
around this. You can use "filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='background.png');"
for IE6 in your CSS. If you're worried about validity of your CSS you
can use <!--[if lte IE 6]>...<![endif]--> to only add specific styles
(or anything else) for IE6 or lower.
Regards,
Rudy
More information about the TYPO3-english
mailing list