CSS table replacement

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SebiF

    CSS table replacement

    Hello,

    Probably this has been asked before but I couldn't find any references
    to it.

    Can you replace a HTML TABLE with a (DIV/SPAN) CSS solution, that
    syncs the row heights and widths automatically?

    Thanks,
    SebiF
  • kaeli

    #2
    Re: CSS table replacement

    In article <7612bc0.041116 0828.2dc330a7@p osting.google.c om>, sebif@yahoo.com
    enlightened us with...[color=blue]
    >
    > Can you replace a HTML TABLE with a (DIV/SPAN) CSS solution, that
    > syncs the row heights and widths automatically?[/color]

    Probably.
    But it isn't Javascript.

    comp.infosystem s.www.authoring.stylesheets is over that way
    =============>


    --
    --
    ~kaeli~
    In democracy your vote counts. In feudalism your count votes.



    Comment

    • Mark Preston

      #3
      Re: CSS table replacement

      SebiF wrote:
      [color=blue]
      > Hello,
      >
      > Probably this has been asked before but I couldn't find any references
      > to it.
      >
      > Can you replace a HTML TABLE with a (DIV/SPAN) CSS solution, that
      > syncs the row heights and widths automatically?
      >[/color]
      Yes you can (but it has nothing to do with JavaScript). You will need to
      set the "display" property to be either a table, row, column, header and
      so on. I was going to point you at my site for an example of it, but
      I've hit a printing problem with the pages that use it and temporarily
      removed them.

      Comment

      Working...