Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

Absolute Positioning

               यदि आप किसी भी element को उसके parent element के respect मे position करना चाहते है तब absolute position का इस्तेमाल होता है। अगर Element का कोई parent नहीं है तो वह element Browser window के अनुसार Position Set करता है। किसी भी element की absolute position उसके parent element के respect मे define की जाती है। लेकिन, parent element की position static define नहीं होनी चाहिए।

 

Absolute Positioning

               If you want to position any element with respect to its parent element then absolute position is used. If the element has no parent then the element sets its position according to the browser window. The absolute position of any element is defined with respect to its parent element. But, the position of the parent element should not be statically defined.

 

example:

error: Content is protected !!