I have a very simple stylesheet:
<style>
table { }
td { vertical-align: middle; }
</style>
and I have a simple html, something like
<table><tr><td class="time" width="65"> timeString </td>
<td class="icon" width="32"><img src="cmd-error"></td>
<td class="message cmd-error" valign="middle">
Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world.</td></tr></table>
I'm using 1.4.4.0 with HtmlPanel. If I dock the HtmlPanel and I resize the window containing it, the vertical alignment is reset to top (if necessary I think I can produce a small .cs app that can show it).
Another thing: the default vertical-align of tables should be middle, but if I don't put the stylesheet with the alignment, it defaults to top.
Comments: 1.4.5.0
<style>
table { }
td { vertical-align: middle; }
</style>
and I have a simple html, something like
<table><tr><td class="time" width="65"> timeString </td>
<td class="icon" width="32"><img src="cmd-error"></td>
<td class="message cmd-error" valign="middle">
Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world. Hello world.</td></tr></table>
I'm using 1.4.4.0 with HtmlPanel. If I dock the HtmlPanel and I resize the window containing it, the vertical alignment is reset to top (if necessary I think I can produce a small .cs app that can show it).
Another thing: the default vertical-align of tables should be middle, but if I don't put the stylesheet with the alignment, it defaults to top.
Comments: 1.4.5.0