i was creating a reference document for one of my friends who is currently learning css/html , and i decided to share one great tutorial i found online during my search . its related to css styling and positioning of DIVs in HTMl , so if you are learning CSS ( cascading style sheet ) styling this tutorial is a must watch tutorial for you .
Best Css Positioning Tutorial

Additional Info :

CSS stands for cascading style sheet )

there are 4 types of css positioning :

.style1

{

Position : fixed;

}

.style2

{

Position : relative;

}

.style3

{

Position : absolute;

}

.style4

{

Position : static;

}

More Css Tutorials , Css Tips , Css Scripts , Css Resources will be shared soon …