ich habe ein kleines Problem mit meinen Tooltips. Im Grunde funktionieren sie alle super aber im Tooltip selber werden alle Wörter am Anfang groß geschrieben und ich habe keine Ahnung wieso o.o
kann man das irgendwie unterbinden?
Hier mal mein style Skript:
<style type="text/css"> <!-- --> * {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; } a:hover {background:; text-decoration:none;} /*BG color is a must for IE6*/ a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:220px;} a.tooltip:hover span{display:inline; position:absolute; border:1px solid #cccccc; background:#ffffff; color:#6c6c6c;} .award { padding: 1px; margin: 1px; border: thin solid #454141; } .text { font-size: 11px; color: #CCCCCC; font-weight: bold; text-transform: capitalize; font-variant: normal; text-indent: 5px; } </style>
Würde mich freuen wenn mir jemand helfen könnte.
lg