![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
Ich habe ein FCE in TemplaVoila erstellt, wo ein Bild hochgeladen werden kann. Wenn ich nun ein transparentes GIF hochlade wird das Bild im Frontend leider nicht mehr transparent dargestellt. Wenn ich aber das Bild als Inhaltselement "Bild" hochlade wird es transparent dargestellt. folgenden code im FCE habe ich benutzt: Code: <TypoScript> <![CDATA[ 10 = IMAGE 10.file.import = uploads/tx_templavoila/ 10.file.import.current = 1 10.file.import.listNum = 0 10.file.width = 450c 10.file.height = 450c ]]> </TypoScript> |
|
#2
| ||||
| ||||
| hi caplod, wie sieht denn deine upload Zeile aus? Grüsse demeter
__________________ nur angewandtes wissen ist wirkliches wissen |
|
#3
| |||
| |||
| hier noch mal der gesamte code : Code: <field_hea_grundriss3 type="array"> <tx_templavoila type="array"> <title>Grundriss 3</title> <sample_data type="array"> <numIndex index="0"></numIndex> </sample_data> <eType>image</eType> <TypoScript> <![CDATA[ 10 = IMAGE 10.file.import = uploads/tx_templavoila/ 10.file.import.current = 1 10.file.import.listNum = 0 10.file.width = 450c 10.file.height = 450c ]]> </TypoScript> </tx_templavoila> <TCEforms type="array"> <displayCond>HIDE_L10N_SIBLINGS</displayCond> <config type="array"> <type>group</type> <internal_type>file</internal_type> <allowed>gif,png,jpg,jpeg</allowed> <max_size>1000</max_size> <uploadfolder>uploads/tx_templavoila</uploadfolder> <show_thumbs>1</show_thumbs> <size>1</size> <maxitems>1</maxitems> <minitems>0</minitems> </config> <label>Grundriss 3</label> </TCEforms> </field_hea_grundriss3> |
|
#4
| ||||
| ||||
| und wie sieht der Quellcode für das nicht transparente gif aus?
__________________ nur angewandtes wissen ist wirkliches wissen |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Transparente GIFs in TemplaVoila | caplod | TYPO3 4.x Fragen und Probleme | 0 | 06.12.07 15:15 |
| Animierte Gifs | Heaven871 | TYPO3 4.x Fragen und Probleme | 3 | 06.07.07 13:15 |
| GMENU und transparente gifs | fotojacky | GMENU, HMENU, TMENU und Co. | 3 | 18.01.07 15:58 |
| Gifbuilder - Transparente grafiken NUR im FF und nicht im IE | Winddancer | TYPO3 4.x Fragen und Probleme | 6 | 14.05.06 16:46 |
| Erzeugung transparenter gifs | xanef | TYPO3 3.x Fragen und Probleme | 6 | 04.04.06 08:18 |