Guten Morgen,
ich habe folgendes Problem (Ganze Nacht gegooglet, keine Lösung gefunden) :
Editor : DW
Formatierung : CSS
hier das bsp. Code :
Code:
* {
margin: 0;
padding: 0;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666;
background-color: #FFE6B4;
}
#rechts-wrapp {
width: 720px;
font-family: "Times New Roman", Times, serif;
font-size: 24px;
height: auto;
margin-right: auto;
margin-left: 0px;
margin-top: 0px;
float: left;
padding-top: 0px;
padding-right: 2px;
padding-bottom: 0px;
padding-left: 2px;
border: 0px solid #000;
clear: none;
}
#links {
width: 160px;
padding: 5px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #C60000;
height: auto;
margin-left: 5px;
margin-top: 0px;
ertical-align: middle ;
clear: both;
float: left;
}
#mitte {
width: 370px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #063;
height: auto;
margin-left: 5px;
margin-top: 0px;
vertical-align: middle ;
float: left;
padding: 5px;
}
#rechts1 {
width: 35px;
padding: 5px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
height: auto;
margin-left: 5px;
margin-top: 0px;
text-align: center;
float: left;
color: #C6001E;
}
#rechts2 {
width: 35px;
padding: 5px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #D90000;
height: auto;
margin-left: 5px;
margin-top: 0px;
text-align: center;
float: left;
}
#rechts3 {
width: 38px;
padding: 5px;
font-family: "Times New Roman", Times, serif;
font-size: 16px;
color: #C60000;
height: auto;
margin-left: 5px;
margin-top: 0px;
text-align: center;
float: left;
}
hier das Ergebniss :

Also wie man da sieht verschieben sich einfach die Buchstaben an hand fehlende Atribut "sup", ich habe alles versucht könnte aber keine Lösung bis jetzt finden.
Die einzige Lösung die ich anwenden könnte war einem Punkt "." Hochstellen und es Transparent machen... das ist aber nicht was ich haben möchte.
Ich wurde mich freuen wenn eine effektive Lösung vorgeschlagen wird.
LG Fear.