Margin problemer virker i FF men ikke i IE why
Sider her med denne her HTML code....<html>
<head>
<title>Ny side 1</title>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<style>
body {
margin: 0px;
}
</style>
</head>
<body style="margin: 0px;">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="right">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="600" height="150" id="/" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="intro.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="intro.swf" quality="best" bgcolor="#FFFFFF" width="600" height="150" name="/" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>
</td>
</tr>
<tr>
<td><img src="img/intro.jpg" width="421" height="119" align="right" border="0"></td>
</tr>
</table>
</body>
</html>
og det virker fint i FireFox men ikke i IE.... fatter ikke lige pt problemet... dog ligger det i mit frame og så hvis jeg ser den side uden framet funger det også godt i IE... men syndes ikke lige pt jeg kan finde nogne fejl i mit frame code.
