toplisek
08-17-2009, 03:57 AM
I would like to know how much is em in terms of px in case of common parent like code:
div {
padding: 0 0 0 1em
}
Can I calculate px padding from this if I have within body the following:
body {
line-height : 140%;
margin-top : 20px;
}
div {
padding: 0 0 0 1em
}
Can I calculate px padding from this if I have within body the following:
body {
line-height : 140%;
margin-top : 20px;
}