CSS: left:0 or left:0px

  • Thread starter Thread starter SK
  • Start date Start date

SK

New Member
Does it matter if left is specified as \[code\]left:0;\[/code\] or \[code\]left:0px;\[/code\]? As far as I can tell it works either way without Firefox's error console complaining, but just wondering if they have the exact same meaning.I'm writing some JavaScript that will be moving items and also making them expand / contract. I'm guessing that the answer to the above will also answer if \[code\]height:0;\[/code\] is the same as \[code\]height:0px;\[/code\].
 
Back
Top