Hallo zusammen,
ich würde gern eine Lightbox nur mit CSS in TYPO3 Integrieren.
Das CSS steht soweit.
Ich habe nur das Problem, dass ich neben dem Voschaubild, das lightbox
bild im anschluss habe.
Ich brauche also folgende Ausgabe:
  <a href="#lightbox"><img PREVIEW /></a>
  <a href="#_" id="#lightbox"><img ORIGINAL></a>

Folgenden Code habe ich bisher:

tt_content.image.20.renderMethod = div
tt_content.image.20.rendering.div.imgTagStdWrap.dataWrap.cObject = COA
tt_content.image.20.rendering.div.imgTagStdWrap.dataWrap.cObject{
  10 = IMAGE
  10{
   
    file.import.data = TSFE:lastImageInfo|origFile
    file.maxW = 150
    }
  20 = TEXT
  20.data = register : IMAGE_NUM_CURRENT
  }

leider wird so immer wieder das letzte Bild für alle Bilder als Vorschau
genutzt.

Jemand eine Idee?

-- 
------------------
Oliver Tempel
Lindenstraße 2
57080 Siegen
Tel.: 0271/55 130 91
Fax : 0271/55 130 92
E-Mail: i...@olivertempel.de
WEB : http://www.olivertempel.de

Diese E-Mail, einschließlich angehängter Dateien, kann vertrauliche und/oder 
rechtlich geschützte Informationen enthalten. Wenn Sie nicht der beabsichtigte 
Empfänger sind oder diese E-Mail irrtümlich erhalten haben,  informieren Sie 
bitte sofort den Absender und löschen Sie diese E-Mail aus Ihrem System. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht 
gestattet.

This message, including attachments, is intended for the above-mentioned 
addresses only. It may contain confidential information the review, 
dissemination or disclosure of which is strictly prohibited. Should you receive 
this message in error, please delete it and notify the sender to the e-mail 
address indicated above.  This message, including attachments, is intended for 
the above-mentioned addresses only. It may contain  confidential information 
the review, dissemination or disclosure of which is strictly prohibited. Should 
you receive this message in error, please delete it and notify the sender to 
the e-mail address indicated above. 

_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an