In your style statement you have "visibility: hidden;". The table will not show at all this way since the <div> and its children are not visible.
andy -----Original Message----- From: Bruce, Rodney S HQISEC/SIGNAL [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 6:21 PM To: CF-Talk Subject: OT: very strange table behavour Hi everybody I was wondering if anyone might have an idea why I am getting this strange behavour. I have a table that isn't being displayed properly and I can figure out why. It is not nested. It is on a <CFINCLUDE> page and if I display the page by itself the table displays correctly. If I copy and paste the code on to the main page, instead of the cfinclude, the table does not display correctly. If I comment out a <SELECT> before it, then the table displays correctly, very confusing. If I cut and paste the table any were before the <SELECT> it is fine. I have taken all the "STYLE" out of the <div> tag and table still does not display right. I have double checked all my tables and other tags before this code to make sure they all have end tags were needed. The table border and background color are not being displayed correctly. this is the <CFINCLUDE> from the main page: <div align="left" id="closets" style=" HEIGHT: 312; visibility: hidden; border: medium black;border-bottom: medium; border-style: solid solid solid solid; border-top: solid; border-width: medium; position: absolute; top: 303; left: 0;"> <cfinclude template="closets.cfm"> </div> <!-----table with select and problem table--------> <TABLE width="100%"> <TR> <TH> Look Up Closet for Current Building: <SELECT name="closetlookup" size="1"> <OPTION value="0" > </OPTION> </SELECT> </TH> </TR> </TABLE> <table border="2" align="left" bordercolor="#000000" bgcolor="#0000FF"> <TR> <th>test data </th> <TH>place holder </TH> <TH>more stuff </TH> </TR> </TABLE> Any suggestions what to look for would be appreciated. Thanks Rodney ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

