Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nutscraoe problem!!

Status
Not open for further replies.

Claypots

Programmer
Jan 7, 2001
6
0
0
US
I have created a table with 5 cells. I've inserted 4 flash elements and 1 gif. All of the elements are the exact dimensions of the cells. When I test it in IE5 it looks great.

BUT DARN Netscape (v. 4.7) has some spaces/lines that seperate some of the elements!!! Anyone know why? Or what I can do?

Im stuck!..thanks!
 
Ensure that you have specified a '0' value for al cell spacing and padding.

You may also have to specify the height and width of the rows and columns.

Netscape seems to need everything defined.

Luckily though NS 4.7 is notoriously troublesome on PCs, so if you get it right here, then it will be right everywhere else! Caspar Kennerdale
Senior Media Developer
 
Everything is set to 0. And all of the heights and widths are (specified) exactly the same as the flash/gif elements.

This is very frustrating!!

 
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<body bgcolor=&quot;#FFFFFF&quot; text=&quot;#000000&quot;>
<table width=&quot;740&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; height=&quot;548&quot;>
<tr>
<td valign=&quot;top&quot; height=&quot;151&quot; colspan=&quot;2&quot;><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;740&quot; height=&quot;151&quot;>
<param name=movie value=&quot;assets/top_content.swf&quot;>
<param name=quality value=high>
<embed src=&quot;assets/top_content.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;740&quot; height=&quot;151&quot;>
</embed>
</object></td>
</tr>
<tr valign=&quot;top&quot;>
<td colspan=&quot;2&quot; height=&quot;30&quot;><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;740&quot; height=&quot;32&quot;>
<param name=movie value=&quot;assets/mid_content.swf&quot;>
<param name=quality value=high>
<embed src=&quot;assets/mid_content.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;740&quot; height=&quot;32&quot;>
</embed>
</object></td>
</tr>
<tr>
<td height=&quot;334&quot; width=&quot;170&quot; valign=&quot;top&quot;><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;170&quot; height=&quot;334&quot;>
<param name=movie value=&quot;assets/left_content.swf&quot;>
<param name=quality value=high>
<embed src=&quot;assets/left_content.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;170&quot; height=&quot;334&quot;>
</embed>
</object></td>
<td valign=&quot;top&quot; width=&quot;570&quot; height=&quot;334&quot;><img src=&quot;assets/backset.gif&quot; width=&quot;570&quot; height=&quot;334&quot;></td>
</tr>
<tr>
<td height=&quot;33&quot; valign=&quot;top&quot; colspan=&quot;2&quot;><object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;740&quot; height=&quot;33&quot;>
<param name=movie value=&quot;assets/bottom_bar.swf&quot;>
<param name=quality value=high>
<embed src=&quot;assets/bottom_bar.swf&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;740&quot; height=&quot;33&quot;>
</embed>
</object></td>
</tr>
</table>
</body>
</html>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top