html5 - How to make a DIV float on top of another DIV without pushing down the CSS Underneath -
please take @ following example:
i want "overlayedframefooter" div ontop of frame, in way doesn't add height surrounding items.
any ideas?
- i added
position:relative
#frame
. - i added
width:100%; text-align:center
#overlayedframefooter
. - i changed
position:relative
position:absolute
on#overlayedframefooter
.
see here explanation of why works.
Comments
Post a Comment