Page is a not externally linkable
rocknbil - 3:24 pm on Jul 7, 2011 (gmt 0)
I think you're looking at a CSS problem. It's not showing at all for me in FF but is in position in IE9. You're using a "half doctype"
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
as opposed to a full doctype
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
Which throws the page into quirks mode. I'd start by validating the page [validator.w3.org]