css - Centering a set of divs? -


i trying center js/jquery/ajax app screen here, such no matter size user's screen is, remain centered. right left-aligned:

http://www.funtrivia.com/html5/indexc.cfm?qid=361927

no matter try, not center. when manage center outermost div, of inner stuff gets messed up.

your html built wrong. seems positioned absolute , has left/top defined. not body tag has width: 790px;

this can solved css. try removing positioning styles markup , set #game margin: 0 auto (the centering trick)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -