Forum Moderators: not2easy
#centercontent { top:77px;
margin-left:99px;
margin-right:119px;
voice-family: inherit;
margin-left:175px;
margin-right:121px;
}
html>
body #centercontent { margin-left:175px;
margin-right:121px;
}
-----------
Also, what are the different uses between these two (# vs .):
#banner {
stuff here
}
AND
.banner {
stuff here
}
Thanks.
David