[TYPO3-german] Bullets mit CSS formatieren
Raphael Weber
mailinglisten at screensolutions.de
Tue Mar 27 09:42:29 CEST 2007
hallo marcel,
> meine Frage ist ob es eine möglichkeit gibt, Bullets mit CSS zu
> formatieren.
100% sicher bin ich mir auch nicht - ich glaube aber, das geht nicht
so ohne weiteres.
> Und zwar habe ich eine Liste auf der Seite die mit Bullets vor jedem
> einzelnen Punkt ist.
> Diese Bullets werden über ein Gif erzeugt das ich per CSS eingebunden habe.
> Das Problem ist jetzt aber das die Bullets im Firefox 2.0.0.3 zu tief
ich löse das so, dass ich die bullet-grafik einfach als
hintergrund-bild formatiere. z.b.:
li {
list-style-type: none;
padding: 0px 0px 0px 1.5em;
background-image: url(../lib/bullet_pfeil.png);
background-repeat: no-repeat;
background-position: 0.5em 50%;
}
hoffe, das hilft dir weiter.
gruss,
raphael
More information about the TYPO3-german
mailing list