[TYPO3-german] RTE wie Linksymbol hinter Text stellen
LUCOMP mediale kommunikation & internetDesign Bernhard Ludwig
lucomp at lucomp.de
Tue Apr 24 14:48:53 CEST 2012
> -----Ursprüngliche Nachricht-----
> Von: typo3-german-bounces at lists.typo3.org [mailto:typo3-german-
> bounces at lists.typo3.org] Im Auftrag von conPassione gmbh
> Gesendet: Dienstag, 24. April 2012 14:20
> An: typo3-german at lists.typo3.org
> Betreff: Re: [TYPO3-german] RTE wie Linksymbol hinter Text stellen
>
> Hi Bernhard
>
> Grundlage ist CSS, das macht soviel ich weiss der RTE auch nicht
> anders.
> Du musst nur die entsprechenden CSS-Deklarationen überschreiben, dann
> klappt es.
>
> Beispiel für external-link-new-window:
>
> a.external-link-new-window {
> padding:0 15px 0 0;
> color:#009ad5 !important;
> background:transparent;
> background-image:url('../../images/external_link_new_window.gif');
> background-repeat:no-repeat;
> background-position:right;
> }
> a.external-link-new-window:focus,
> a.external-link-new-window:hover,
> a.external-link-new-window:active {
> padding:0 15px 0 0;
> background-color: transparent;
> text-decoration:underline;
> background-image:url('../../images/external_link_new_window.gif');
> background-repeat:no-repeat;
> background-position:right;
> }
>
> Liebe Grüsse
> Renzo
Hallo Renzo,
ich dachte, das wäre einfach mit TS zu lösen, da habe ich nicht über CSS nachgedacht. Vielen Dank für die Mühe, werde es ausprobieren.
Grüße,
Bernhard Ludwig
More information about the TYPO3-german
mailing list