Absolute position element is positioned relative to the first element which has a position other than static.
Ex:-
.position
{
position:absolute;
right:150px;
top:50px;
}
Read More>>
Ex:-
.position
{
position:absolute;
right:150px;
top:50px;
}
Read More>>
No comments:
Post a Comment