When I embed my flash game it messes up my footer and it kinda moves the game over the footer and the footer moves up to the top of the body, its really weird. To see what I mean go to: http://tbalonick.info/games/wone/
You'll see whats left of my footer at the top right of the game screen. Thanks for any help. And just in case you want to see my index if it helps ya here ya go:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tbalonick - Because im creative.</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Wone</h1>
<p>Sean Cooper = Win!</p>
</div>
<div id="nav">
<ul>
<li><a href="http://tbalonick.info" class="selected">Home</a></li>
<li><a href="/games" title="CSS and XHTML web templates">Games</a></li>
</ul>
<form action="#" method="get">
<p><input name="q" value="Search..." type="text" /> <input value="Go" class="button" type="submit" /></p>
</form></div>
<div id="content">
<div id="page">
<h2><!-- begin embedded Flash file... -->
<table align="center" border="0" cellpadding="0">
<tbody>
<tr>
<td>
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="700" height="400">
<param name="movie" value="http://tbalonick.info/games/wone.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="loop" value="true" /> <embed src="http://tbalonick.info/games/wone.swf" quality="high" bgcolor="#FFFFFF" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="700" height="400"></embed>
</object>
</td>
</tr>
<!-- ...end embedded Flash file -->
</tbody>
</table>
</h2>
</div>
<div id="footer">
<p>© 2010 Tbalonick.</p>
</div>
</div>
</div>
</body>
</html>
You'll see whats left of my footer at the top right of the game screen. Thanks for any help. And just in case you want to see my index if it helps ya here ya go:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Tbalonick - Because im creative.</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
</head>
<body>
<div id="container">
<div id="header">
<h1>Wone</h1>
<p>Sean Cooper = Win!</p>
</div>
<div id="nav">
<ul>
<li><a href="http://tbalonick.info" class="selected">Home</a></li>
<li><a href="/games" title="CSS and XHTML web templates">Games</a></li>
</ul>
<form action="#" method="get">
<p><input name="q" value="Search..." type="text" /> <input value="Go" class="button" type="submit" /></p>
</form></div>
<div id="content">
<div id="page">
<h2><!-- begin embedded Flash file... -->
<table align="center" border="0" cellpadding="0">
<tbody>
<tr>
<td>
<object classid="clsid

<param name="movie" value="http://tbalonick.info/games/wone.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<param name="loop" value="true" /> <embed src="http://tbalonick.info/games/wone.swf" quality="high" bgcolor="#FFFFFF" loop="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="700" height="400"></embed>
</object>
</td>
</tr>
<!-- ...end embedded Flash file -->
</tbody>
</table>
</h2>
</div>
<div id="footer">
<p>© 2010 Tbalonick.</p>
</div>
</div>
</div>
</body>
</html>