I have the following html - no matter what i do I cant seem to get the middle div to appear on top of the top and also on top of the bottom. It sits fine above the top but where
You need to specify position:
position
#connector{ position:relative; height:200px;border:10px solid black; background:blue; margin-bottom: -100px; z-index: 21; }