1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
<div style="display: none; background-color: red; text-align: center; vertical-align: middle; width: 450px; height: 300px; position: absolute; left: 50%; top: 50%; border: 1px solid black;" id="photoviewer">
<table style="width: 100%; height: 280px;" border=1>
<tr>
<td height="10px" align="right">blabla</td>
</tr>
<tr>
<td height="300px" align="center" valign="middle">
<img src="toto.gif" id="photoviewed">
</td>
</tr>
<tr>
<td height="10px" align="center">
<table><tr><td>XXX</td><td>YYY</td></tr></table>
</td>
</tr>
</table>
</div> |