The menu works wonderfully now, thanks... it hadn't occurred to me to set
the positions of the sub menus, but I can see why you'd need it.
I was hoping that fixing the menu was going to fix everything, but I'm still
seeing the other issues (the double bottom margin in pre IE 7 as well as the
motto
Try this:
#menu li {
float: left;
width: 7em;
margin:0 .5em 0 0;
text-align:center;
position:relative;/**/
height:1.25em;/*1.25em is approx. the default line-height*/
}
#menu li ul {
position: absolute;
width: 7em;
/*left: -999em;*/
display:none;
I've been working on a rough layout, and can't figure out what exactly IE is
doing or why... it looks "fine" in FF2, and (I just checked quickly) appears
to look the same in Opera and Netscape...
The layout obviously isn't very far, but the area in question is the
navigation menu. It's based on qu