margin-top (CSS2)

Specifies the width (in pixels, points, or a percentage) for the top margin of an element.

Syntax

length | percentage | auto | inherit

Examples having uses of: 'margin-top'

4 votes
11k views

CSS Rounded Corners

The CSS3 border-radius property allows web developers to easily utilise rounder corners in their design elements, without the need for corner images or the use of multiple div tags or JavaScript.
4 votes
8k views

jQuery ajaxStart & ajaxComplete

jQuery ajaxStart and ajaxComplete are two functions are very useful to show the graphics while the data is loading from server. The ajaxStart method works while the server fullfilling the service asked to it. The ajaxComplete method is called when the server fulfilled the request.
1 votes
1k views

CSS Border

Using CSS border we can set style, color, width of the borders of an HTML element.
1 votes
1k views

CSS Multiple Shadows

We can apply multiple shadows of the box or text at the same HTML element.