我的头脑是,我正在努力工作,而我只去做正确工作的菜单,但现在我无法适当工作。
头盔位于www.g-evo.com/header.php上,我想要做的是将灰色缩小到很小的轨道上,这样它就会与原木更加 flu。 然而,我仍希望将这些彩色箱留在白色。
社会保障局认为:
<style type="text/css">
#header-container {
/* centering for IE */
text-align: center;
}
#menu {
width: 950px;
/* centering for other browsers */
margin: auto;
}
#logo {
width: 950px;
/* undo text-align on container */
text-align: left;
/* centering for other browsers */
margin: auto;
border-style:hidden;
border-width: thick;
}
body {
width: 950px;
/* undo text-align on container */
text-align: center;
/* centering for other browsers */
margin: auto;
}
#headercolor {
background-color:#EEEEEE;
}
</style>
Thank you