Is there a difference between using left:0;
and left:0px;
? From what I've noticed, both seem to work fine without any issues in Firefox's error console. Just curious if they have the same interpretation.
I am working on some JavaScript that involves moving and resizing items. I assume that the response to the first question will also apply to whether height:0;
is equivalent to height:0px;
.