-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
5.0u1
-
Fix Understood
-
x86
-
windows_2000
JavaHelp uses the Swing JEditorPane component to display HTML help topics. This component ignores the the following CSS definition, which uses a valid CSS property:
tr {vertical-align: top;}
The result is that we have to specify <tr valign="top"> for every row in our HTML tables, because our style requires top alignment rather than the default "middle".
###@###.### 2004-08-30
tr {vertical-align: top;}
The result is that we have to specify <tr valign="top"> for every row in our HTML tables, because our style requires top alignment rather than the default "middle".
###@###.### 2004-08-30
- duplicates
-
JDK-5094221 JEditorPane doesn't recognize CSS vertical-align property
- Closed