css - Positioning a constant-height element partly off-screen on bottom of the page -
i'm trying add decorative flourishes on page footer :after pseudo-element.
the problem depending on css code decorative flourish element(fixed size, uses background image) either gets clipped footer or ends extending page height , adds vertical scroll bars.
what need decorative element start @ footer top border(in other words page content ends) , clip @ page bottom(or if screen space allows, don't clip @ all).
i'm able provide link code later if question isn't clear enough.
edit: in other words, i'd know if there sane way prevent vertical scrollbars appearing when bottom edge of a specific absolutely positioned element goes on page bottom.
edit2: site available @ http://www.ikimark.fi/ikimark_uusi/site decoration in question right bottom corner flourish image. i'm editing site today code may change.
please provide link project , try using position:absolute;z-index:9999;
edit:
well i'm still confused asking for. if want flourish image not cover space below contents , fill total height of footer please add overflow: hidden; @ wrap div. , if don't want please can explain?
Comments
Post a Comment