html5 - How to make a DIV float on top of another DIV without pushing down the CSS Underneath -


please take @ following example:

http://jsfiddle.net/mvfvd/

i want "overlayedframefooter" div ontop of frame, in way doesn't add height surrounding items.

any ideas?

live demo

  • 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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -