The CSS position property identifies the positioning method type used for elements such as relative, static, fixed or absolute. All main browsers support the CSS position property .However the inherit value isn’t supported in Internet Explorer 7 and before. Internet Explorer 8 supports it but it need es a !DOCTYPE. While Internet Explorer 9 does supports this inherit value.
Ex.
h2
{
position:absolute;
left:110px;
top:160px;
}
CSS position Property
The CSS position property identifies the positioning method type used for elements such as relative,...
css position property
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users