|
Posted by Andy Dingley on 10/05/96 12:01
On 26 Jan, 11:58, Knut Krueger <knut.krue...@usa.com> wrote:
> div.tr { display:table-row; }
The table-styled behaviours in CSS were intended for two things, and
only two things: HTML's table elements, and styling XML. They were
not intended for, and are very sparsely supported for, a general means
of attaching table-like behaviours to generalised HTML elements.
You can do this in IE if you serve XHTML, serve it as XML, and supply
a client-side CSS stylesheet for it. As this relies on the XML not
being treated as HTML-related at all, you'll have to style the content
entirely from your own stylesheet (i.e. attach a HTML default
stylesheet).
Navigation:
[Reply to this message]
|