Jk,
Your table is kind of difficult to follow. You have nested spans and divs inside of table rows and such. Not that this is wrong or bad or whatever, but it makes it very complex to figure out. You could very easily have your form inside of a single styled DIV.
As well, you should check out the box model hacks for IE. IE sometimes renders margins and padding differently from other browsers. You can find some CSS hacks for this.
But really, I think that you should try hard to simplify that sidebar. With so much going on there, it may be hard to single out the problem.
I think you saw it after the CSS form. I added that after I posted this (well, changed it from tables to CSS).
It was doing it when there was nothing in the box too.
I’ll check out that IE hack.
And yes, my site is slowly turning into FrankenSite. Code from here and there and everywhere else hacked up and put in to make it “go”.
Hahahahaha. What a fookin’ mess in’it?
More of the same.
Check http://tekmonki.com/wpindex.php in FF and IE.
In FF, the header is not flush with the top, but the subscribe box fits where it should.
In IE the reverse is true.
How do I get the header to sit at the top and the box to align where it should? This CSS stuff is quite frustrating at times.