I am trying to make an overlapping a DIV onto other visually . I am trying
{ position:absolute; top:-10px; }
in css, but I found that this top
Try this, I like to use relative position for this kind of thing.
I would of course seperate the CSS into it's own file later.