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/
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to