.pageWidth
{
margin: 0 30px;
min-width: 940px;
_width: 976px;
_margin: 0 auto;
}
I saw this from the css file of the website. My question is: what is the difference between width / mark and _width / _margin? why use _width / _margin here?
source
share