Re: [css-d] Strange difference in IE

2007-01-09 Thread Zach Shepherd
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

Re: [css-d] Strange difference in IE

2007-01-09 Thread Andy Harrison
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;

[css-d] Strange difference in IE

2007-01-08 Thread Zach Shepherd
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