Ok Ok what is your Goal? <table> [][][] </table>
3 tables inside one table like above or what? -----Original Message----- From: Katie Howell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 17, 2002 2:29 PM To: CF-Community Subject: formatting problems due to different browsers My new job has me doing a redesign of their home page. It's been many years since I've had to do the design stuff...I usually just do the cf code...anyway...I'm trying to have three tables nested within one large table with a black background that has cellpadding=1...it gives a nice black line around the three nested tables. Code looks like this: <TABLE WIDTH="100%" BORDER="0" CELLPADDING="1" CELLSPACING="0" BGCOLOR="#000000"> <TR> <TD WIDTH="149" ALIGN="left" VALIGN="top" > <!--TABLE TO FORMAT LEFT COLUMN--> <TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" WIDTH="100%" bgcolor="FFFFcc" height="100%"> <TR BGCOLOR='#006600'> <TD></TD> </TR> </TABLE> <!--END LEFT COLUMN--> </TD> <TD valign="top"> <!--- Middle Column ---> <table cellspacing="0" cellpadding="2" border="0" width="100%" height="100%"> <tr> <td colspan="2"></td> </tr> <tr> <td valign="top"></td> <td valign="top"></td> </tr> </table> </TD> <!--- end middle column ---> <td valign="top" align="right" width="150"> <!--- Right column ---> <TABLE BORDER="0" CELLPADDING="2" CELLSPACING="0" WIDTH="100%" bgcolor="ffffcc" height="100%"> <TR BGCOLOR="#006600"> <TD></TD> </TR> <TR> <TD align="center"></TD> </TR> </TABLE> <!--end of right column--> </td> </TR> </TABLE> Anyway...in IE the table height="100%" attribute renders correctly, but in Netscape and Opera it doesn't, leaving black boxes at the bottom of the table cell. As the contents of the left and right column are populated by a query result, I can't hard code in an empty cell or transparent gif to fill up the rest of the space. Anybody have any ideas? TIA, Love you guys....<Erika's message got me all mushy> Katie __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
