5 Simple, But Useful CSS Properties
This post is about 5 useful CSS properties that you should be very familiar with, but will most likely rarely use. I’m not talking about the new fancy CSS3 properties. I’m referring to the old CSS2 properties such as:clip,min-height,white-space,cursor, anddisplaythat are widely supported by all browsers. So, don’t miss this post because you might be surprised how useful they are.
Never used the "clip" property before. This works much easier than showing images via the elements background and using some transparent gif image.