Fruitgum
Erfahrenes Mitglied
Hallo,
Im IE wird die Schrift vergrößert.
mein Body:
Die Seite im Allgemeinen wird Richtig angezeigt auch im IE auch die Schrift ist zeiemlich gleich, nur auf meinen Buttons wird sie vergrößert!?
CSS Auszug < A href....>
Und so Wird der Link dargestellt:
Weis nun ich ob ich einfach bei "a" in der CSS die größe der Schrift bestimmen soll, oder an was das liegt?
Grüße
Im IE wird die Schrift vergrößert.
mein Body:
HTML:
body {
text-align:center;
background:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}
Die Seite im Allgemeinen wird Richtig angezeigt auch im IE auch die Schrift ist zeiemlich gleich, nur auf meinen Buttons wird sie vergrößert!?
CSS Auszug < A href....>
HTML:
#seitenleiste {
float:right;
width:245px;
background:#ececec;
text-decoration:none;
list-style:none;
}
#seitenleiste a {
color:#ff6600;
list-style:none;
text-decoration:none;
}
#seitenleiste li ul{
color:#ff6600;
list-style:none;
text-decoration:none;
}
#seitenleiste b{
font-size:12px;
color:#ff6600;
list-style:none;
}
#seitenleiste p{
font-size:12px;
color:#666;
list-style:none;
}
#seitenleiste a:hover{
color:#ff6600;
list-style:none;
text-decoration:underline;
}
#seitenleiste div {
/*margin:2.4% 2.4% 2.4% 0% !important;
/margin:1.2% 2.4% 1.2% 0%; /* Für IE6 */
margin:5px 5px 5px 0px;
padding:20px;
background:#fff;
text-decoration:none;
background:url(../img/links_s2.png) #fff no-repeat top right;
}
#seitenleiste h4 a:hover {
text-align:center;
text-decoration:none;
color:#FFFFFF;
margin:0;
padding:0px;
border:none;
outline:none;
background:transparent url(img/button_r.png) no-repeat center;
display:block;
}
#seitenleiste h4 a {
border:none;
color:#FFFFFF;
background:transparent;
outline:none;
}
#seitenleiste h4 {
text-align:center;
color:#FFFFFF;
margin:0;
padding:8px;
border:none;
background:transparent url(../img/button_l.png) no-repeat center;
text-align:center;
}
Und so Wird der Link dargestellt:
HTML:
<h4><a href="http://www.direktbank-marketing.de/blog">Zum Blog</a></h4>
Weis nun ich ob ich einfach bei "a" in der CSS die größe der Schrift bestimmen soll, oder an was das liegt?
Grüße