Ja schon, aber das haut auch nicht recht hin. Ich habe anderswo gelesen, dass das mit einem negativen Padding-Wert und dem gleich hohen positiven text-indent-Wert geht. Schau mal im Code, da habe ich das an den zwei entsprechenden Stellen so reingesetzt. Hab ich da was falsch gemacht?
So wie es jetzt aussieht -
www.velofahrer.ch - ist das Aufzählungs-Pünktchen an der richtigen Stelle und einfach die zweite Zeile nicht.
- Code: Alles auswählen
#events-calendar-list li {
font-family: Arial, Tahoma, Script;
font-size: 12px;
font-stretch: condensed;
list-style-image: url(../images/list.gif);
line-height: normal;
text-align: left;[color=#FF0000]padding-left:-17px;text-indent:17px[/color]
}
#events-calendar-list li a:link, #events-calendar-list li a:visited, #events-calendar-list li a:hover, #events-calendar-list li a:active {
background: none;
text-decoration: none;
border: none;
color: dimgray;
}
#events-calendar-list li:hover {
background-color: gainsboro;
padding: 4px;
border-style: solid;
border-width: 1px;
border-color: #004D99;[color=#FF0000]padding-left:-17px;text-indent:17px;[/color]
#tooltip.pretty {
font-family: Arial;
border: none;
width: 210px;
padding: 20px;
height: 160px;
opacity: 0.95;
background: url('../images/shadow3.png');
}
#tooltip.pretty h3 {
margin-bottom: 0.75em;
font-size: 12px;
width: 220px;
}
#tooltip.pretty div {
width: 220px;
text-align: left;
}
#tooltip.fancy {
background: url('../images/shadow2.png');
padding-top: 5em;
height: 100px;
}