Feeds:
Posts
Comments

Archive for the ‘css’ Category

Let’s think of layer (div), when using:

position:static means i want the layer to remain atĀ its default position.
position:relative means i want to move the layer from its default position. I also can use top, bottom, left and right to move it. For example, left:-20px;
position:absolute means i want to move the layer anywhere I like from 0,0 [...]

Read Full Post »