- Impact
- 0
As you can see I have cellspacing+cellpadding set to 0 on my table.
this works fine in mozilla but when open the page with IE there is a gap of a few pixels between each row........ whats going on?
heres the code:
<html>
<head>
<link href="layout.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#00000000">
<div id="all">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="bordh0l">
<img src="multif/h0lb.jpg" width="131" height="654"/>
</div>
<td>
<div id="mainframe">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<object width="654" height="148">
<param name="movie" value="multif/headu.swf">
<embed src="multif/headu.swf" width="654" height="148">
</embed>
</object>
</td>
</tr>
<tr>
<td>
<object width="654" height="375">
<param name="movie" value="audiof/audiou.swf">
<embed src="audiof/audiou.swf" width="654" height="375">
</embed>
</object>
</td>
</tr>
<tr>
<td>
<img src="multif/v3ub.jpg" width="654" height="131"/>
</td>
</tr>
</table>
</div>
</td>
<td>
<div id="bordh0r">
<img src="multif/h0r.jpg" width="131" height="654"/>
</div>
</tr>
</table>
</td>
</div
</body>
</html>
this works fine in mozilla but when open the page with IE there is a gap of a few pixels between each row........ whats going on?
heres the code:
<html>
<head>
<link href="layout.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#00000000">
<div id="all">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div id="bordh0l">
<img src="multif/h0lb.jpg" width="131" height="654"/>
</div>
<td>
<div id="mainframe">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<object width="654" height="148">
<param name="movie" value="multif/headu.swf">
<embed src="multif/headu.swf" width="654" height="148">
</embed>
</object>
</td>
</tr>
<tr>
<td>
<object width="654" height="375">
<param name="movie" value="audiof/audiou.swf">
<embed src="audiof/audiou.swf" width="654" height="375">
</embed>
</object>
</td>
</tr>
<tr>
<td>
<img src="multif/v3ub.jpg" width="654" height="131"/>
</td>
</tr>
</table>
</div>
</td>
<td>
<div id="bordh0r">
<img src="multif/h0r.jpg" width="131" height="654"/>
</div>
</tr>
</table>
</td>
</div
</body>
</html>














