Hi, Welcome back. today we will discuss about posion of css property.
Position is a place where any design are stan. Sometimes its need that a design can not change on its possition by using scroll mouse. Its fixed on its position
There are 4 types of position are avilable here-
Static Position: In default css position are display in browser are called static position. Its normally use top to bottom by using on its arrangement.
Relative Position: Sometimes its need to change to left-right, top-bottom change its position then are using relative positin, Generally in this case position change and its static position are empty and over flow another positon sometimes hide some side or fully in another position with its design.
Absulate Position: Sometimes its need to change to left-right, top-bottom change its position then are using absulate positin, Generally in this case position change and its static position are not empty and final ppositin are abide by after last positon.
Fixed Position: Sometimes its need to change to left-right, top-bottom change its position then are using absulate positin, Generally in this case position Fixed on its position when scroll mouse in browser. Normally sometimes menu bar are fixed by using fixed positin in this case menu bar always top and can not change when mouse sroll down.
What is overfollow of css property ??
Sometimes some text or design are not complete a box . Then in this time text should be delete or box size should be increased. In this case, are using overfollow.
what types of overfollow are remaing??
There are mainly four types of overfollow,
(i) visible (ii) invisible (iii) scroll (iv) auto
visible: Visible are Generally default on its property. All thing are visible with box or outside of box.
invisible: invisible are hide outside of box design or text.
Scroll: Scroll are can easy scroll by mouse. Everyting are show on its box width and height.
Auto: Auto are use automatically scroll and resize.
See you the next class.
This is pseudo code element: