Hans
22-07-2002, 03:43 PM
Anyone know the status of IE6's support for CSS 2.0??
I am trying to use the command, display: table, display, table-row, etc with an XML doc to creat a table.
However, IE 6 doesn't seem to recongise the damn tag. Tried Mozilla and sure enough the table structure comes up. Damn, stupid IE.
PS: If IE don't "fully" support CSS 2.0 then what would be the best way to align these objects??
e.g.
from this
10 <= x1 <= 100
10098 <= x2 <= 978299
x3 <= 5
to this
10 <= x1 <= 100
10098 <= x2 <= 978299
x3 <= 5
??
No, I can't use HTML. Thus that rules out the table tag.
I am trying to use the command, display: table, display, table-row, etc with an XML doc to creat a table.
However, IE 6 doesn't seem to recongise the damn tag. Tried Mozilla and sure enough the table structure comes up. Damn, stupid IE.
PS: If IE don't "fully" support CSS 2.0 then what would be the best way to align these objects??
e.g.
from this
10 <= x1 <= 100
10098 <= x2 <= 978299
x3 <= 5
to this
10 <= x1 <= 100
10098 <= x2 <= 978299
x3 <= 5
??
No, I can't use HTML. Thus that rules out the table tag.