[Typo3-UG Hamburg] PNG 24 und PNG Alpha Transparency in Typo3

Andreas Kunde a.kunde at 3sml.com
Fri Nov 25 12:29:27 CET 2005


Hallo zusammen,

der Titel des Thread sagt es eigentlich schon aus. Ich habe ein Problem
mit der Alpha Transparency bei den PNG-Files in Typo3 und das natürlich
nur im IE.

Leider konnte ich dazu bisher noch keine Lösung finden. Ich habe zwar die
Extension "tpg_iepngfix" installiert, die dieses Problem lösen soll, doch
leider funzt es irgendiwe nicht.

Hat jemand Erfahrung mit diesem Problem und könnte mir da ggf. weiterhelfen??
Jeder Tipp hilft :).

Danke,
Andreas

Hier der Code des Menues, vielleicht habe ich ja da einen Fehler, oder
muss zusätzliche Angaben machen.
-----------------------------------------------------------------
lib.topnavigation =COA
lib.topnavigation{
	10 = HMENU
	10{
                  special = directory
                  special.value = 10
                  entryLevel = 0
		1 = GMENU
		1{
			NO{

				XY = 174, 26
                                transparentBackground = 1
				10 = TEXT
                                10{

					fontSize = 9px
					fontFile = fileadmin/templates/html/fonts/Arial.ttf
					fontColor = #000000
					offset = 5, 16
					niceText = 1
					text.field = title
				    }
			}
			RO = 1
			RO{
				XY = 174, 26
                                transparentBackground = 1
				10 = TEXT
                                10{
					fontSize = 9px
					fontFile = fileadmin/templates/html/fonts/Arial.ttf
					fontColor = #000000
					offset = 5, 16
					niceText = 1
					text.field = title
				}
			}
			CUR = 1
			CUR{
				XY = 174, 26
                                transparentBackground = 1
				10 = TEXT
				10{
					fontSize = 9px
					fontFile = fileadmin/templates/html/fonts/Arial.ttf
					fontColor = #000000
					offset = 5, 16
					niceText = 1
					text.field = title
				}
			}
		}
	}

}







More information about the TYPO3-hamburg mailing list