Forum Moderators: not2easy
I have tried using z-index to get the footer to sit over the overshoot and hide it - but this only works in the 1px border scenario in the first para. Goes back to normal when removed.
The 40px overshoot doesn't add up to any padding or margin settings in any of the content section. It does match the height of images that sit atop of the absolutely positioned elements - however these are in the header container <div> element and so are quarantined.
All code has been verified.
I'm not sure I've done a great job of describing the problem but I hope it may ring a bell for someone.
Cheers,
Sam :)
Usually it's a problem with forgetting to add position:relative to my floats, and/or forgetting clear:both somewhere along the way.
Other times it is an incorrect margin or something, and most times it is the margin on a parent element, not the margin on the element that appears to be mis-aligned.
btw - I downloaded firebug and it looks like useful tool - so thanks all.
I will post code next time but was under the impression that is a last resort? or at least to be minimised - and since I didn't know where the problem was - that could have been a lot of code.
Peace out - Sam.