Thread: Design Troubles
View Single Post
  #5 (permalink)  
Old Apr 6th, 2005, 10:15
D3mon D3mon is offline
Reputable Member
Join Date: Aug 2003
Location: United Kingdom
Posts: 341
Thanks: 0
Thanked 0 Times in 0 Posts
just drop the *.
also, when using 0, the units don't need to be specified e.g.

padding: 0px;
padding: 3px 0px 0px 0px;

is the same as:

padding: 0;
padding: 3px 0 0 0;