Check this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"
"http://www.w3.org/MarkUp/Wilbur/HTML32.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Mark Stuckert: Print samples. © 2006.</title>
<style type="text/css">
body {
margin:0;
padding:0;
background:#cccccc;
}
table, .1 {
width:100%;
height:100%;
}
td, .2 {
vertical-align:middle;
text-align:center;
}
.logo {
vertical-align:top;
text-align:left;
width: 792px;
}
</style>
</head>
<body>
<table class="1" cellspacing="0" cellpadding="0">
<tr>
<td class="2">
<div class="logo"
<div>
<img src="logo.gif">
</div>
<br>
<div>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="792" height="636" id="Slideshow" align="top">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Slideshow.swf" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="scale" value="exactfit" /><param name="salign" value="t" /><param name="bgcolor" value="#cccccc" /><embed src="Slideshow.swf" loop="false" quality="high" scale="exactfit" salign="t" bgcolor="#cccccc" width="792" height="636" name="Slideshow" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
Any ideas why it would work in IE and not Firefox? I know it’s not live so it’s hard to test…
Thanks!
Oh, sorry – what’s not working is the alignment of the “logo.gif”. Guess that would help.