[TYPO3-german] IMAGE Object

Stefano Kowalke blueduck at gmx.net
Fri Nov 9 18:52:39 CET 2007


Hallo Helmut,

Helmut Hummel wrote:
 
>>> config.xhtml_cleaning = all
>> 
>> Das habe ich standardmäßig aktiviert. Bringt also in dem Fall nichts:-(
> 
> Sicher? Bei mir fuktioniert es (TYPO3 4.1.3) Welche Version setzt Du ein?

Ich benutze ebenfalls die Version 4.1.3. 
Hier ist mal der Code:

page.config.xhtml_cleaning = all

lib.langNavi = HMENU
lib.langNavi {
 special = language
  # Die Sprachen und die Reihenfolge anhand der ID festlegen
  special.value = 0,1
  1 = GMENU
  1{
    noBlur = 1
    disableAltText = 1
    NO {
      # Dem <img>-Tag einen CSS-Style verpassen
      imgParams = style="border:1px solid #000;" title = "Romanian" ||
style="border:1px solid #000;" title = "German"
      # Die Dimensionen der Icons 
      XY = [5.w], [5.h]
      5 = IMAGE
      5 {
        file = media/flags/ro_RO.png || media/flags/de_DE.png
        altText = Romanin || Deutsch /* Bewirkt nix*/
      }    
    }


-- 
GPG-ID: 0x2B08936D
Key-Fingerprint: 7F31 BCF0 70C0 B3B1 1235 07E9 1777 D7A0 2B08 936D


More information about the TYPO3-german mailing list