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

Wednesday, February 03, 2010

abolute position within div - a one liner

If you want to use absolute positioning within a div, you just have to set the parent div to relative.

You should put this in the head between the sytle tags:

Friday, January 22, 2010

z-index only with absolute position - a one liner

A one liner can be very useful sometimes, so just read the title, hope it helps! ;)