[thelist] IE5.0 Mac help with this table

Alex Teslik alex at acatysmoof.com
Sat Nov 22 13:35:23 CST 2003


Hi Tom, 

   I was having table problems and came upon your post. I thought your
problems might be related to mine, but they are not. Regardless, I solved your
problem and thought I would share the answer.
   You problem is that you are declaring the class on the tr and table
elements. Declare the classes on the td elements.
   You can see a working example with slightly easier to understand class
names at:

http://www.acatysmoof.com/posting/problems/macIE5divs/test2.htm

HTH,
Alex

---------- Original Message -----------
From: pixelmech at yahoo.com (Tom Dell'Aringa)
To: 
Sent: Wed, 2 Apr 2003 09:18:07 -0800 (PST)
Subject: [thelist] IE5.0 Mac help with this table

> 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
------- End of Original Message -------



More information about the thelist mailing list