05-07-2008, 02:01 PM
|
#6 (permalink)
|
|
is cute and cuddly
Join Date: Mar 2008
Location: Vegas, Baby
Posts: 963
Thanks: 31
|
margin: 0 auto is the short hand for setting all of them, you're right.
The equivs
margin: 0; - top/right/bottom/left
margin: 0 0 0 0;
margin: 0 auto; - top/bottom right/left
margin: 0 auto 0 auto;
margin: 0 auto 2px; top right/left bottom
margin: 0 auto 2px auto;
|
|
|
|