|
HTML & CSS overlapping divs with auto height
Hi I have 3 divs, an imageBar (div 1) with the content div overlapping the image bar and the third div overlapping the content bottom corner with a logoStamp.
I am using relative and absolute positioning and the content div is overlapping the imageBar as I want it .
The problem is that the content height is set to auto as has different amounts of contents on each page. Therefore the 3rd div with the logoStamp has to overlap the bottom corner, having problems with the 3rd div as out of line when put into a browser, have also tried using apDiv's too.
Do relative and absolute positioning not work on differing heights???
Please help have spent ages trying to figure out.
|