GoView Border

I noticed after updating my .aspx pages from

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
to
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
(for Mozilla compatibility reasons) the border for my GoView doesn't display correctly in IE - there is no bottom border? It does display correctly using the previous DOCTYPE, however that's not an option in moving the application forward.
<?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Also, (regardless of the DOCTYPE) the border doesn't display correctly in Mozilla or Chrome. In Mozilla it appears as a box at the bottom of the GoView, it's the same width but a fraction of the height - you can't see the top border either as I assume it's behind the GoView. In Chrome it's pretty much the same except there is no bottom border, so essentially just two little lines at the bottom of the left and right sides of the GoView.

Any ideas?

Thanks.

I don’t know the answer, but I know that lots of people have had compatibility issues between IE and non-IE for a long time. I suggest you search the web for suggestions about this particular matter.

Maybe Jake knows more about this.