When viewing in IE 9 (Windows 7 x64), the page appears as:
1 -
Team GS500
Under Firefox 4 (Windows 7 x64), the page properly appears as:
1 - Team GS500
I'm using autogenerated code from a report to HTML convert, hence the reason for the inline CSS and absolute positioning.
Is there some adjustments I need to make to make this viewable identically with the browsers?
Thank you for the assist. Code follows.
Lance
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XHTML Export</title>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css;charset=ISO-8859-1" />
<style type="text/css">
<!--
body {background: no-repeat center fixed}
span {position: absolute; visibility: hidden}
-->
</style>
</head>
<body>
<div style="position: absolute; top: 45px; left: 25px; width:89px; font:bold 9pt Arial; color: #000000">1 - Team GS500</div>
</body>
</html>