Tricia
12-11-2006, 03:54 PM
in css--
padding: 5px;
vs.
padding: 5px 5px 5px 5px;
what's the advantage of using one over another other than less typing?
padding: 5px;
vs.
padding: 5px 5px 5px 5px;
what's the advantage of using one over another other than less typing?