This is in reference to: http://facesofwar.org/cms/
When you load the page up in Firefox it works fine. But when you use I.E. it creates a nasty line break after each of the spans containing a dividing line.
The relevant html is:
CODE
<span class="menuOuter"></span>
<span class="menuMain">Home Iraq Alt. Media Other Contact</span>
<span class="menuOuter"></span>
<span class="menuMain">Home Iraq Alt. Media Other Contact</span>
<span class="menuOuter"></span>
And the relevant css (for 1280 resolutions) is:
CODE
.menuOuter
{
width: 100%;
min-width:1050px;
max-width:1050px;
min-height:12px;
max-height:12px;
background-image: url('../images/1280/menubg.gif');
background-repeat: repeat-x;
display:block;
padding:0;
}
.menuMain
{
min-width:1050px;
max-width:1050px;
min-height:1em;
display:block;
background-color:#413d3c;
text-align:center;
color:#FFFFFF;
font:2em Arial, Helvetica, sans-serif;
font-weight:bold;
}
{
width: 100%;
min-width:1050px;
max-width:1050px;
min-height:12px;
max-height:12px;
background-image: url('../images/1280/menubg.gif');
background-repeat: repeat-x;
display:block;
padding:0;
}
.menuMain
{
min-width:1050px;
max-width:1050px;
min-height:1em;
display:block;
background-color:#413d3c;
text-align:center;
color:#FFFFFF;
font:2em Arial, Helvetica, sans-serif;
font-weight:bold;
}
Thanks for your help ahead of time.


