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
Post a Comment