and that table based layout: --> #header is a --> TD - table cell with rule --> float: left ?#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom;
FLOAT: left;
WIDTH: 100%;
LINE-HEIGHT: normal;
}
try:
then try#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom;
FLOAT: left;
WIDTH: 100%;
height:100px;
border: 1px solid #000;
LINE-HEIGHT: normal;
}
and you'll see#header {
FONT-SIZE: 12px;
BACKGROUND: url('../../picture/menu/bg.gif') repeat-x bottom left;
WIDTH: 100%;
height:80px;
LINE-HEIGHT: normal;
}
anyway, i would set the font related rules with:
#header a {
FONT-SIZE: 1em;
LINE-HEIGHT: 1.3em;
}