C
cometaj
Hello,
I am having trouble figuring out how to emulate html table behavior as
far as colspan and rowspan goes with my CSS on the XML I am working
with.
the XML has colspan and rowspan attributes for the CELL tag. How do I
use those to get correct rendering behavior in the browser?
the DTD defines custom tags for tables, rows, cells, header, footer,
etc.
In the CSS, I set
TABLE as: table for display property
TBODY as: table-row-group
ROW as: table-row
CELL as: table-cell
with varying values for different properties. It actually looks like a
table but the colspan and rowspan does not seem to influence the
behavior of cells at the rendering engine level. Do I have to take care
of this myself at the CSS level? If this is the case, how do I go about
doing that?
Regards
Jean-Francois Michaud
I am having trouble figuring out how to emulate html table behavior as
far as colspan and rowspan goes with my CSS on the XML I am working
with.
the XML has colspan and rowspan attributes for the CELL tag. How do I
use those to get correct rendering behavior in the browser?
the DTD defines custom tags for tables, rows, cells, header, footer,
etc.
In the CSS, I set
TABLE as: table for display property
TBODY as: table-row-group
ROW as: table-row
CELL as: table-cell
with varying values for different properties. It actually looks like a
table but the colspan and rowspan does not seem to influence the
behavior of cells at the rendering engine level. Do I have to take care
of this myself at the CSS level? If this is the case, how do I go about
doing that?
Regards
Jean-Francois Michaud