mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
271 B
HTML
22 lines
271 B
HTML
<html>
|
|
<style>
|
|
#o-content-overflow {
|
|
width: 100px;
|
|
overflow: hidden;
|
|
text-align: left;
|
|
}
|
|
</style>
|
|
<body>
|
|
<table width="100%">
|
|
<tr>
|
|
<td align="center">
|
|
<div id="o-content-overflow">
|
|
ddddddd
|
|
</div>
|
|
</td>
|
|
<td>test</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|