Thread: z-index?
View Single Post
Old 06-05-2008, 14:34   #7 (permalink)
pgo
i'm done, son
 
Join Date: Jan 2005
Posts: 12,262
Quote:
Originally Posted by seen.to
background: #000; is perfectly valid and IMO preferable to the long version.
I think he means using the background property with only one value.

Using...

Code:
background: red;
Instead of...

Code:
background-color: red;
I can neither confirm nor deny that the first is bad.
  Reply With Quote