你好,我有一個標題,我正在努力工作,我只是菜單正常工作,但現在我無法正常工作的大小。標題背景顏色和大小
頭文件位於www.g-evo.com/header.php,我想要做的是將灰色縮小一點,使其與徽標更齊平。然而,我仍然想讓那些彩色的盒子保持白色。
的CSS看起來就像這樣:
<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>
謝謝
你是國王我的朋友,謝謝 –