Koller Michel schrieb:
Guten Tag

Ich versuche für die Bilder ein kleines Icon unten rechts zu positionieren.
Das Icon erscheint aber ist nicht verlinkt. Wie bringe ich es fertig das
auch das Icon verlinkt ist, und beim klick das Bild öffnet?

tt_content.image.20.1 {
  stdWrap.innerWrap = <span style="position:relative"><span style="position:
absolute; right: 0px; bottom: 10px; width: 12px; height: 12px;"> <img src="/fileadmin/popup-open.gif" width="12" height="12" />
                                    </span>|</span>

  stdWrap.innerWrap {
      if.isTrue.field = image_zoom
      ifEmpty.field = image_link
  }
}

Bin für jede Hilfe dankbar
viele Grüsse
M.Koller


------------------------------------------------------------------------

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

ich hatte das mal in Einsatz

tt_content.image.20 {
  caption {
     1 {
        required >
        prepend = IMAGE
        prepend {
           if.isTrue.field = image_zoom
           wrap = |&nbsp;
           file = fileadmin/zoom.gif
           imageLinkWrap = 1
           imageLinkWrap {
              enable = 1
              typolink.parameter.cObject = COA
              typolink.parameter.cObject {
                 10 = IMG_RESOURCE
                 10.file {
                    import = uploads/pics/
                    import.field = image
                    import.listNum.stdWrap {
                       data = register:IMAGE_NUM
                    }
                    width = 400m
                    height = 300m
                 }
                 stdWrap.noTrimWrap = || 420x320|
              }
           }
        }
     }
  }
}

page = PAGE
page.10 < styles.content.get



--
Mit freundlichen Grüssen

Jochen Graf

Universität Koblenz-Landau / Campus Landau
Arbeitsstelle Multimedia/Technik-Administration

Gebäude K, Raum 2.03
Fortstraße 7
76829 Landau

Tel.: +49-(0)6341/280-34224
Mobil:0152/03285324

mail: g...@uni-landau.de


web http://www.paeps.uni-landau.de
web http://www.paeps.technik.uni-landau.de/

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

Antwort per Email an