APPLICATION
How is centered horizontally the main container of a page?
RESPONSE
If we assume that the principal has div id = "container" CSS rules essential to have it off 760 pixels and centered are:
body {text-align: center} / * centers in IE5.x * /
div # container {width: 760px;
margin: 0 auto; / * centers in other browsers * /
text-align: left; / * restore alignment * /}
0 comments:
Post a Comment