Learn about position property in css explained in tamil
What is position relative, absolute, fixed static in css tamil
Position relative :
we can move the element top, bottom, left, right but default existing space will be blank or empty and default element with will not be changed
Position absolute:
We can move the element top bottom, left, right but the default existing space is occupied by the next elements which means move all the elements next to the element. default width will be changed
Position Fixed:
We can move and fix the element wherever in the window, top left, top right, bottom left, bottom right and default element width will be changed. This is never move while scroll the window content. This is very useful to fix the window for getting small information from the users without any disturb.
Position static:
We can not move the element into top,left,right,bottom. This is the default position of the element.
Download
0 formats
No download links available.
Position relative absolute fixed static in css explained in tamil | css tutorial in tamil | NatokHD