![]() | |
#1
| |||
| |||
|
|
The html below displays correctly in IE but not in Opera nor Firefox. The problem is with the style attribute for tbody tag. If I remove it, the display is fine. So my question is what's wrong with the style in tbody.. isn't that supported? |
#2
| |||
| |||
|
|
Besides forgetting to specify units for the padding, you use the attribute BORDERCOLOR in one of your tables. this attribute is IE proprietary, not in the standards, so what do you expect other browsers to do with it? |
#3
| |||
| |||
|
|
C A Upsdell wrote: Besides forgetting to specify units for the padding, you use the attribute BORDERCOLOR in one of your tables. this attribute is IE proprietary, not in the standards, so what do you expect other browsers to do with it? FWIW, Gecko (newer versions, at least) unfortunately supports it. |
#4
| |||
| |||
|
|
"John Dalberg" <john_dd (AT) hotmail (DOT) com> wrote in message news:mk4v1n776sdq.i3zxo6t21lpl.dlg (AT) 40tude (DOT) net... The html below displays correctly in IE but not in Opera nor Firefox. The problem is with the style attribute for tbody tag. If I remove it, the display is fine. So my question is what's wrong with the style in tbody.. isn't that supported? Besides forgetting to specify units for the padding, you use the attribute BORDERCOLOR in one of your tables. this attribute is IE proprietary, not in the standards, so what do you expect other browsers to do with it? |
#5
| |||
| |||
|
|
I expect them to ignore it like they should. |
#6
| |||
| |||
|
|
On Tue, 2 Nov 2004 17:31:25 -0800, John Dalberg <john_dd (AT) hotmail (DOT) com declared in alt.html: I expect them to ignore it like they should. So what _is_ the "correct" behaviour that IE is exhibiting that the other browsers aren't? |
![]() |
| Thread Tools | |
| Display Modes | |
| |