html - Make an element continue horizontally without dropping down (clearing) -


i have website want show content in horizontal fashion rather vertically. please don't lecture me on design standards , not, personal site , have specific need functionality.

as example, have header centered on page (fixed). same footer. content section sits in middle have content added dynamically depending on user clicks. think of android linearlayout has orientation horizontal.

the problem once element reaches right on screen, clears , starts new line. want continue left. i'm using css content section of position: absolute, , display: inline-block; boxes added inside position: relative, clear: none. it's not getting job done. tips on css attributes?

use

white-space:nowrap; 

...................


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -