Have been trying to place a div on top of another and seem to have run into a wall.
The page has a header with a pix under the header and then three columns under the pix. The pix has another div over layed float: right. Whenever I try to move the div to over lay the pix, it involves using position: relative; top: -150px;. Which leads to some more negative positioning of the other three columns. Also messes up the length of the page which places a big gap between the bottom of the three columns and the footer.
Here is what I have so far:
What needs to be done is to move the yellow square on top of the flag/man-holding-child allowing Location Shots to move up in line with the other two columns.
Thanks.
The page has a header with a pix under the header and then three columns under the pix. The pix has another div over layed float: right. Whenever I try to move the div to over lay the pix, it involves using position: relative; top: -150px;. Which leads to some more negative positioning of the other three columns. Also messes up the length of the page which places a big gap between the bottom of the three columns and the footer.
Here is what I have so far:
What needs to be done is to move the yellow square on top of the flag/man-holding-child allowing Location Shots to move up in line with the other two columns.
Thanks.