[TYPO3-german] infotexte mit hover

Michael Ludwig michaellud at googlemail.com
Sun May 20 10:43:08 CEST 2007


Hallo Gerhard,

Am 15.05.07 schrieb Gerhard Obermayr <design at cgc.at>:
> > Die Extension heißt "titletips"
> > Ist super einfach zu installieren und verwendet den "Titel Text" eines
> > Bildes für die Box.

ich habe die EXT nun als Local,Global und SYS installiert und über
"Include static" des Templates eingebunden. Leider kein Erfolg. Es tut
sich gar nichts. Im HTML-Code erscheint auch kein neues DOM-CSS-file.
Natürlich habe ich alles Caches gelöscht, die vom Browser, von TYPO3
und die /tmp-Verzeichnisse aufm Server geleert.
Zusätzlich habe ich manuell den Code aus der setup-Datei aus der EXT
ins TS eingefügt, auch leider ohne Erfolg.
Der Code aus der setup.txt (oder ähnlich) der EXT sieht wie folgt aus...
Ich hoffe es weiss noch jemand Rat!

============================================
plugin.tx_titletips_pi1 {
_CSS_DEFAULT_STYLE (
	#dom-tooltips {position: absolute;left: 0;top: 0;z-index:
1000;display: block;visibility: hidden;padding: 5px;border-style:
solid;border-width: 1px;border-color: #a0a0a0;background-color:
#f0f0f0;color: #707070;font-family: Verdana, Sans-Serif;font-size:
10px;}
	#dom-tooltips ul {margin: 0 0 0 -20px;list-style: square;}
	* html #dom-tooltips ul {margin: 0 0 0 20px;}
	#dom-tooltips li {margin: 0;}
	#dom-tooltips small {color: #707070;}
  )
}

# Add the plugin to template
page.2020 < plugin.tx_titletips_pi1
============================================

Ich hoffe es weiss noch jemand Rat!

Grüsse,
Michael


More information about the TYPO3-german mailing list