HighDots Forums  

Nested tables with borders

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Nested tables with borders in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Eric Bohlman
 
Posts: n/a

Default Nested tables with borders - 02-26-2004 , 08:28 AM






What's the correct technique for nesting a bordered table inside of cell of
another bordered table without getting a double-thickness border around the
nested table? This is assuming the collapsing-border model.

An example of where I have a good reason to do this is at
<http://www.wayneengineering.com/literature/wcsf-settings.php>. In this
case I was able to get away with using ordered lists for the parameters
with enumerated values, but what if the parameters and enumerated values
were named rather than numbered (as they indeed are on another instrument
from the same manufacturer)? In that case a nested two-column (enumerated
value, meaning of value) table would be semantically appropriate.


Reply With Quote
  #2  
Old   
Lauri Raittila
 
Posts: n/a

Default Re: Nested tables with borders - 02-26-2004 , 11:16 AM






In article Eric Bohlman wrote:
Quote:
What's the correct technique for nesting a bordered table inside of cell of
another bordered table without getting a double-thickness border around the
nested table? This is assuming the collapsing-border model.
td > table {border:hidden;}

(> not needed if only two level of tables)

Quote:
An example of where I have a good reason to do this is at
http://www.wayneengineering.com/literature/wcsf-settings.php>. In this
You could use rowspan and colspan. I don't think nested tables are
required.

--
Lauri Raittila <http://www.iki.fi/lr> <http://www.iki.fi/zwak/fonts>
Saapi lähettää meiliä, jos aihe ei liity ryhmään, tai on yksityinen
tjsp., mutta älä lähetä samaa viestiä meilitse ja ryhmään.



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.