Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Css Form Shifting Out of Place


alt131 - 2:14 am on Mar 2, 2012 (gmt 0)


Hi jenyarubanova,

If the footer itself is getting "longer", this sounds like expected behaviour from an absolutely positioned element inside one that is relatively positioned. The form has been directed to position itself relative to the top left of footer so it will always be 520px from the left and 120px up from the bottom of footer.

Absolute elements are also "removed from the flow" which means they will be drawn as if the other elements aren't present. That means the form will be drawn at the specified left/bottom location, even if that means it is "on top" of other elements.


Thread source:: http://www.webmasterworld.com/css/4423899.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com