[thelist] IE5.0 Mac help with this table

Tom Dell'Aringa pixelmech at yahoo.com
Wed Apr 2 11:18:07 CST 2003


I have this grid that is 3 nested tables. The outer table is padding,
the middle table had the grid background color, and the inside table
is the content. It works fine everywhere except Mac IE5 (big
surprise). The *vertical* lines do not show up in the INTERIOR of the
page.

This is pretty basic stuff, and I am using HTML4 doctype, so I can't
imagine what the problem is.. any mac experts out there? Below is the
code.

TIA

Tom
=================================================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
  "http://www.w3.org/TR/REC-html40/loose.dtd">

<html>
<head>
	<title>Untitled</title>
<style type="text/css">
.resultTableGrid {background: #999999; }
.resultTableBody {background: #FFFFFF;}
</style>
</head>

<body>

<!-- section 1 -->
<!-- padding for space between outer border and search results border
-->
<table cellspacing="0" cellpadding="15" border="0" width="100%"
class="resultTableBody">
<tr>
	<td>
	<!-- grid -->
	<table cellspacing="0" cellpadding="0" border="0" width="100%"
class="resultTableGrid">
	<tr>
		<td>
		<!-- result body -->
		<table cellspacing="1" cellpadding="4" border="0" width="100%">
		<tr class="resultTableBody">
		    <td>
				&bull; Contact Name, Core Id: 5555555</td>
		    <td align="center" width="75">
				<input type="button" class="button" name="button" value="Select"
/></td>
		</tr>
		<tr class="resultTableBody">
		    <td>
				&bull; Contact Name, Core Id: 5555555</td>
		    <td align="center">
				<input type="button" class="button" name="button" value="Select"
/></td>
		</tr>
		<tr class="resultTableBody">
		    <td>
				&bull; Contact Name, Core Id: 5555555</td>
		    <td align="center">
				<input type="button" class="button" name="button" value="Select"
/></td>
		</tr>
		</table>
		<!-- end result body -->
		</td>
	</tr>
	</table>
	<!-- end results grid -->
	</td>
</tr>
</table>
<!-- end search table padding -->
<!-- end section 1 -->

</body>
</html>


=====
http://www.pixelmech.com/
var me = tom.pixelmech.webDeveloper();

http://www.maccaws.com/
[Making A Commercial Case for Adopting Web Standards]

"That's not art, that's just annoying." -- Squidward

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com


More information about the thelist mailing list