1.the particular portion of space occupied by a physical object;
he put the lamp back in its place
2.a point occupied by troops for tactical reasons
3.a way of regarding situations or topics etc.;
consider what follows from the positivist view
4.position or arrangement of the body and its limbs;
he assumed an attitude of surrender
5.the relative position or standing of things or especially persons in a society;
he had the status of a minor
6.a job in an organization;
he occupied a post in the treasury
7.the spatial property of a place where or way in which something is situated;
the position of the hands on the clock
8.the appropriate or customary location;
the cars were in position
9.(in team sports) the role assigned to an individual player;
what position does he play?
10. the act of putting something in a certain place or location
11. a condition or position in which you find yourself;
the unpleasant situation (or position) of having to choose between two evils
12. an item on a list or in a sequence;
in the second place
13. a rationalized mental attitude
14. an opinion that is held in opposition to another in an argument or dispute;
there are two sides to every question
15. the function or position properly or customarily occupied or served by another;
can you go in my stead?
16. the act of positing; an assumption taken as a postulate or axiom
1.cause to be in an appropriate place, state, or relation
2.put into a certain place or abstract location;
Put your things here
基本信息 漢語釋意:位置 bottom right top z-indexleft position版本:CSS2 兼容性:IE4+ NS4+ 繼承性:無 語法: position : static | absolute | fixed | relative取值static 默認值。無特殊定位,對象遵循HTML定位規則absolute 將對象從文檔流中拖出,使用 left , right , top , bottom 等屬性相對于其最接近的一個最有定位設置的父對象進行絕對定位。如果不存在這樣的父對象,則依據 body 對象。而其層疊通過 z-index 屬