Ich habe ein CSS wie
DIV.header_links
{
float:right; font-family:"Trebuchet MS" arial; font-size:12px; margin-top:19px; margin-bottom:19px;
width:100px; background-color:blue; text-align:center;
}
Jetzt der Tag <DIV class = "header_links">
hat einen Wrapper DIV
um sie herum, die eine Höhe von 50px
- Kann man davon ausgehen, dass das innere DIV, d.h.
DIV.header_links
wird nicht überlaufen. - Sollte
margin-top:19px, margin-bottom:19px and font-size:12px
eine Summe von 50 px ergeben?