I'm trying to learn CSS. I've taken great pains to get everything right. My pages all validate and they look correct on Firefox and mostly correct on Chrome. However IE is all over the place. In relation to Firefox, the following is wrong in IE (in order of importance):
- the main body box is pushed below where the left boxes end
- the upper-right drop-down stuff (mouse over "Settings") is totally off in the weeds (it's off in Chrome also but in a different way)
- "Recipes" tab is supposed to have no visible bottom border
- search button is askew in relation to search box
- logged out version: the upper-right login elements are askew
Logged in: http://www.mcrackan.com/recipes/csstest-loggedin.htm
Logged out: http://www.mcrackan.com/recipes/csstest-loggedout.htm
CSS: http://www.mcrackan.com/recipes/css/default.css
Links, functionality, etc. are not guaranteed to work on these pages. It's just static snapshots to show layout.
Can anyone point me in the right direction for whatever I'm doing wrong?