html - Full-height CSS layout, with multiple columns -
i have layout working, has 1 annoying problem.. when content taller screen, background stops.
this desired layout in bad-ascii-art format:
_____________________ _ | | long |logo| | | | content | | | | | | | | | | | | | |grad| |grad| | viewport | | | | | | | | | | | | | | _| | | | | | | | | _____________________ |2em| <-20em->| 2em|
..or short content..
_____________________ _ | | short |logo| | | | content | | | | | | | | | | | | | |grad| |grad| | viewport | | | | | | | | | | | | | | | | | | | | _____________________ _|
basically looks single column, glow column either side. on left-glow logo. when content short, still full-height.
i have tried using css min-height hack, fixes middle column, gradients extend far content (in left column, single
, in right column logo)
here layout looks like:
and problem (when browser window shrunk vertically):
finally, problem html/css, http://data.dbrweb.co.uk/tmp/fifestock_layout_problem/
given have gradients in seperate columns left , right, need implement "faux columns".
if you're after elastic versions, have @ elastic faux columns , multi-column layouts climb out of box.
Comments
Post a Comment