Showing posts with label css absolute position. Show all posts
Showing posts with label css absolute position. Show all posts

Saturday, September 17, 2011

Playing with css: working with position absolute

If you always want an element at a certain place without relativity to any other element, then we use this property "position:absolute;". While playing around with "position absolute", I learned that we do not use "margin", instead we use properties such as "top, bottom, right and left".

For instance, I have an element with class "example", I use "position absolute" in it as:
Hello

We can also give "float" values to "absolute positions" like
float:left or float:right