|
css question? -
December 31st, 2007
I am new to CSS and still learning it.
I saw this sample code:
#leftcol{
width:115px;
float:left;
margin-left:16px!important;
margin-left:8px;
}
My question is: why there are two "margin-left: 16 px and 8 px"? shouldn't it be 24 px together?
Thanks for your attention,
|