How do i make a scrolling table using CSS?

July 7th, 2010

I have a lot of information but little space to put it on, so could anyone give me the CSS code to make it be able to scroll? That would be really helpful.

CSS, How to use Shorthand Margins and Padding.

August 2nd, 2009

Margins create space between the edge of an element and the edge of any adjacent elements. Padding creates the space between the edge of the element and its content. The margin and padding shorthand properties also can be used to make CSS code more concise. The margin property can combine margine-top, margin-right, margin-bottom, and margin-left Read More...