Page is a not externally linkable
Fotiman - 7:26 pm on Jan 30, 2011 (gmt 0)
Yeah, I would first make sure you have a DOCTYPE that takes the browser out of quirks mode. The HTML5 DOCTYPE is short and easy to remember:
<!DOCTYPE html>
If you have a valid DOCTYPE and it's still screwy in IE8, then use the Developer Toolbar in IE8 to inspect the items to see what padding/margin/border/width values IE thinks it is applying.