Just a quick follow up, I think the “text resizer” is what’s pushing the items out. If you set a fixed width and height for that container (#font_switch) and set “overflow: hidden;” that may do the trick. You did pick a tricky layout where you have some crossover of items. I’d probably move the company logo link markup outside of the header and use absolute positioning for that. This will allow for the overlap and everything else will fit nicely. It should let you get rid of all those negative margins.
Here‘s a timely post of IE fixes.
We certainly did gang up on you with questions now 😊
I know layout is little tricky….but in habits of laying things out in tables didn’t think much of it. CSS layout has slowed me down by hmmm 500%.
The overflow trick didn’t do it but I can see how moving the img logo into its own container would work since it did push me to negative margins due to its height.
Will give this a run.
P.S. I went for Dan’s book since I have enough knowledge of css to mess things up but not enough to get myself out of troubled design.
Thank you!