|
Hi,
I took a quick look. Here are a couple of suggestions:
The nav at the top right may semantically be better structured as an unordered list, displayed in inline fashion. You can find a lot of articles on how to do that at A List Apart. I think this would better serve your navigation bar, and also you would likely remove the "word-spacing" rule you've provided and instead use padding and margins. Word spacing has a slightly different intent, I believe.
Also, if your issues are IE specific, you might consider using the Firebug for IE script, which you can include in the top of your page. Then you can compare the margins and padding, etc., on different variations of your page to see what is causing things to move around.
I hope this helps....
Thanks for sharing your post....
|